migrate to django 1.9

This commit is contained in:
j 2016-03-06 16:05:46 +05:30
commit e5dd8aaab7
48 changed files with 659 additions and 848 deletions

View file

@ -20,7 +20,8 @@ end script
exec start-stop-daemon \
--pidfile /var/run/oxdata/oxdata.pid \
--start -c $USER -d $VENV/oxdata \
--exec $VENV/bin/gunicorn_django -- \
--exec $VENV/bin/gunicorn -- \
wsgi:application \
--bind 127.0.0.1:8087 \
--workers 5 \
--max-requests 1000 \