Merge pull request #1213 from stu-zumper/django-docs-update

update django doc url to 1.8 lts
This commit is contained in:
Benoit Chesneau 2016-03-08 03:08:10 +01:00
commit e05941cec2
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ def run():
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.""")
from gunicorn.app.djangoapp import DjangoApplication
DjangoApplication("%(prog)s [OPTIONS] [SETTINGS_PATH]").run()

View File

@ -98,7 +98,7 @@ class Command(BaseCommand):
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.""")
if args: