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
-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