From fe7e69bd79ef3428c6cd4782d37403996712f103 Mon Sep 17 00:00:00 2001 From: Stuart Tettemer Date: Mon, 7 Mar 2016 17:56:28 -0800 Subject: [PATCH] update django doc url to 1.8 lts --- gunicorn/app/djangoapp.py | 2 +- gunicorn/management/commands/run_gunicorn.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gunicorn/app/djangoapp.py b/gunicorn/app/djangoapp.py index d4824d01fc..c14f37a179 100644 --- a/gunicorn/app/djangoapp.py +++ b/gunicorn/app/djangoapp.py @@ -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() diff --git a/gunicorn/management/commands/run_gunicorn.py b/gunicorn/management/commands/run_gunicorn.py index 64c7908650..6ee35d6d56 100644 --- a/gunicorn/management/commands/run_gunicorn.py +++ b/gunicorn/management/commands/run_gunicorn.py @@ -98,7 +98,7 @@ def handle(self, addrport=None, *args, **options): 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: