mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge pull request #1213 from stu-zumper/django-docs-update
update django doc url to 1.8 lts
This commit is contained in:
commit
e05941cec2
@ -154,7 +154,7 @@ def run():
|
|||||||
|
|
||||||
gunicorn myproject.wsgi:application
|
gunicorn myproject.wsgi:application
|
||||||
|
|
||||||
See https://docs.djangoproject.com/en/1.5/howto/deployment/wsgi/gunicorn/
|
See https://docs.djangoproject.com/en/1.8/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()
|
||||||
|
|||||||
@ -98,7 +98,7 @@ class Command(BaseCommand):
|
|||||||
|
|
||||||
gunicorn myproject.wsgi:application
|
gunicorn myproject.wsgi:application
|
||||||
|
|
||||||
See https://docs.djangoproject.com/en/1.5/howto/deployment/wsgi/gunicorn/
|
See https://docs.djangoproject.com/en/1.8/howto/deployment/wsgi/gunicorn/
|
||||||
for more info.""")
|
for more info.""")
|
||||||
|
|
||||||
if args:
|
if args:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user