Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

Commit

Permalink
use gunicorn instead of gunicorn_django as its deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-mughrabi committed Jan 18, 2014
1 parent 8818ada commit c08020c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/supervisord.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[program:%(PROJECT_NAME)s]
command=%(VIRTUALENV_DIR)s/%(PROJECT_NAME)s/bin/gunicorn_django -c gunicorn.conf.py settings.py
command=%(VIRTUALENV_DIR)s/%(PROJECT_NAME)s/bin/gunicorn wsgi:application
directory=%(PROJECT_PATH)s
user=www-data
autostart=true
Expand Down

0 comments on commit c08020c

Please sign in to comment.