From bf82453997a16d6458b53774d426a0c8376814f1 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Wed, 25 Jan 2017 22:58:02 +0100 Subject: [PATCH] Go back to Django 1.8 --- app/scripts/app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/app.sh b/app/scripts/app.sh index 9400ca60..a5f24933 100644 --- a/app/scripts/app.sh +++ b/app/scripts/app.sh @@ -22,7 +22,7 @@ gid='www-data' pip install -U django==1.8.17 pip uninstall -y south pip install -e git+https://github.com/Parisson/django-jqchat.git@dj1.8#egg=django-jqchat -pip install django-debug-toolbar==1.5 +pip install django-debug-toolbar==1.6 pip install -e git+https://github.com/Parisson/saved_searches.git@dj1.8#egg=saved_searches-2.0.0-beta # waiting for other network services -- 2.39.5