Skip to content

Commit

Permalink
Merge pull request benoitc#1213 from stu-zumper/django-docs-update
Browse files Browse the repository at this point in the history
update django doc url to 1.8 lts
  • Loading branch information
benoitc committed Mar 8, 2016
2 parents 1d34629 + fe7e69b commit bbe302e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit bbe302e

Please sign in to comment.