Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update django doc url to 1.8 lts #1213

Merged
merged 1 commit into from Mar 8, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion gunicorn/app/djangoapp.py
Expand Up @@ -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()
2 changes: 1 addition & 1 deletion gunicorn/management/commands/run_gunicorn.py
Expand Up @@ -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:
Expand Down