From 4204acb2805ae05c354ba092e51026b0049acc92 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 d4824d01..c14f37a1 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 64c79086..6ee35d6d 100644 --- a/gunicorn/management/commands/run_gunicorn.py +++ b/gunicorn/management/commands/run_gunicorn.py @@ -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: