From 4e95bb8a511729f4c45a1a6b334e93a05650c83e Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Wed, 25 Jan 2017 12:59:19 +0100 Subject: [PATCH] Update django-jqchat from new Parisson fork compatible with Django 1.8 --- app/scripts/app.sh | 6 ++++-- requirements-dev.txt | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/scripts/app.sh b/app/scripts/app.sh index d98f86cd..429ed14f 100644 --- a/app/scripts/app.sh +++ b/app/scripts/app.sh @@ -18,9 +18,11 @@ uid='www-data' gid='www-data' # stating apps -pip install -U django==1.9.12 +#pip install -U django==1.9.12 +pip install -U django==1.8.17 pip uninstall -y south - +pip install -e git+https://github.com/Parisson/django-jqchat.git@dj1.8 +pip install django-debug-toolbar==1.5 # waiting for other network services sh $app/scripts/wait.sh python $manage wait-for-db diff --git a/requirements-dev.txt b/requirements-dev.txt index 83212177..9b15aaf0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,3 +4,4 @@ -e git+https://github.com/Parisson/saved_searches.git#egg=saved_searches-2.0.0-beta -e git+https://github.com/django-haystack/django-haystack.git@v2.5.1#egg=django-haystack-2.5.1 -e git+https://github.com/yomguy/django-ipauth.git#egg=django-ipauth-0.4.1-dev +-e git+https://github.com/Parisson/django-jqchat.git@dj1.8 -- 2.39.5