mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
workaround to fix django-debug-toolbar issue #827
This commit is contained in:
parent
bbcd408193
commit
c1b389b27d
|
@ -7,7 +7,11 @@ django-extensions==1.7.4
|
|||
Werkzeug==0.11.11
|
||||
django-test-plus==1.0.15
|
||||
factory_boy==2.7.0
|
||||
django-debug-toolbar==1.5
|
||||
|
||||
# Temporary workaround to fix issue https://github.com/pydanny/cookiecutter-django/issues/827
|
||||
# It will be removed when django-debug-toolbar publish the new version on pypi
|
||||
-e git+https://github.com/jazzband/django-debug-toolbar.git@637b0b73bc684f6ea600dca5ca1bb1f090fcee93#egg=django-debug-toolbar
|
||||
#django-debug-toolbar==1.5
|
||||
|
||||
# improved REPL
|
||||
ipdb==0.10.1
|
||||
|
|
Loading…
Reference in New Issue
Block a user