]> git.parisson.com Git - telemeta.git/commitdiff
Update django-jqchat from new Parisson fork compatible with Django 1.8
authorThomas Fillon <thomas@parisson.com>
Wed, 25 Jan 2017 11:59:19 +0000 (12:59 +0100)
committerThomas Fillon <thomas@parisson.com>
Wed, 25 Jan 2017 11:59:19 +0000 (12:59 +0100)
app/scripts/app.sh
requirements-dev.txt

index d98f86cd3135a5e075fb3a58009d0f20de1a89af..429ed14fb340d7976be7421d379b508b004f7b2e 100644 (file)
@@ -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
index 832121778edb2bc36a9692480abe166c33b34953..9b15aaf0829b8d4436ca186b2f3c37fcd9f0aa5e 100644 (file)
@@ -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