diff --git a/gunicorn/app/djangoapp.py b/gunicorn/app/djangoapp.py index d4824d01f..c14f37a17 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 64c790865..6ee35d6d5 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: