mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
bump django version to 1.5
This commit is contained in:
parent
330bd44b7b
commit
f43d299503
@ -154,7 +154,7 @@ def run():
|
|||||||
|
|
||||||
gunicorn myproject.wsgi:application
|
gunicorn myproject.wsgi:application
|
||||||
|
|
||||||
See https://docs.djangoproject.com/en/1.4/howto/deployment/wsgi/gunicorn/
|
See https://docs.djangoproject.com/en/1.5/howto/deployment/wsgi/gunicorn/
|
||||||
for more info.""")
|
for more info.""")
|
||||||
from gunicorn.app.djangoapp import DjangoApplication
|
from gunicorn.app.djangoapp import DjangoApplication
|
||||||
DjangoApplication("%(prog)s [OPTIONS] [SETTINGS_PATH]").run()
|
DjangoApplication("%(prog)s [OPTIONS] [SETTINGS_PATH]").run()
|
||||||
|
|||||||
@ -102,7 +102,7 @@ class Command(BaseCommand):
|
|||||||
|
|
||||||
gunicorn myproject.wsgi:application
|
gunicorn myproject.wsgi:application
|
||||||
|
|
||||||
See https://docs.djangoproject.com/en/1.4/howto/deployment/wsgi/gunicorn/
|
See https://docs.djangoproject.com/en/1.5/howto/deployment/wsgi/gunicorn/
|
||||||
for more info.""")
|
for more info.""")
|
||||||
|
|
||||||
if args:
|
if args:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user