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: