update django doc url to 1.8 lts

This commit is contained in:
Stuart Tettemer 2016-03-07 17:56:28 -08:00
parent 690b11e296
commit 4204acb280
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: