From c1b389b27d617060c56139666f5aa03c0458bf6c Mon Sep 17 00:00:00 2001 From: "Fabio C. Barrioneuvo da Luz" Date: Thu, 29 Sep 2016 13:12:11 -0300 Subject: [PATCH] workaround to fix django-debug-toolbar issue #827 --- {{cookiecutter.project_slug}}/requirements/local.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index a5891b7e6..04be3f9b8 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -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