migrate to django 1.9
This commit is contained in:
parent
f7855147ce
commit
e5dd8aaab7
48 changed files with 659 additions and 848 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue