From 031c17853c80df39be9eeb349afc9b2e816aa268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Muhl?= Date: Sun, 9 Oct 2016 23:27:50 +0200 Subject: [PATCH] Replaced django-debug-toolbar github link with version 1.6 --- {{cookiecutter.project_slug}}/requirements/local.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index 236f00de5..e563cb30c 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -8,10 +8,7 @@ Werkzeug==0.11.11 django-test-plus==1.0.15 factory_boy==2.7.0 -# 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 +django-debug-toolbar==1.6 # improved REPL ipdb==0.10.1