RUN pip install -r requirements.txt
RUN pip install -r requirements-dev.txt --src /srv/src
-RUN pip uninstall -y South
+RUN pip uninstall -y South
# Install Timeside and plugins from ./lib
COPY ./app/scripts/setup_plugins.sh /srv/app/scripts/setup_plugins.sh
gid='www-data'
# stating apps
-#pip install -U django==1.9.12
pip install -U django==1.8.18
pip uninstall -y south
pip install -e git+https://github.com/Parisson/django-jqchat.git@dj1.8#egg=django-jqchat
wsgi=$app'/wsgi.py'
# stating apps
-# pip install django-environ redis
+pip install -U django==1.8.18
pip uninstall -y south
+# pip install django-environ redis
+pip install -e git+https://github.com/Parisson/django-jqchat.git@dj1.8#egg=django-jqchat
+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 services
bash $app/scripts/wait.sh
-Subproject commit dc644a8a896c46f9c3adf90cb70ebe78f2f95e39
+Subproject commit a8d599754de80712a657c115a6e7d22e3dea104c
long_description = open('README.rst').read(),
author = "Guillaume Pellerin",
author_email = "yomguy@parisson.com",
- version = '1.6.3',
+ version = '1.7.0',
install_requires = [
'django==1.8.*',
'django-registration-redux',
soundManager.debugMode = false;
soundManager.useHTML5Audio = true;
soundManager.preferFlash = false;
+ soundManager.html5PollingInterval = 50;
//initializing the visualizers to be passed to the player
{% block graphers %}