bump django version to 1.5

This commit is contained in:
benoitc 2013-11-04 13:36:21 +01:00
parent 330bd44b7b
commit f43d299503
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ def run():
gunicorn myproject.wsgi:application
See https://docs.djangoproject.com/en/1.4/howto/deployment/wsgi/gunicorn/
See https://docs.djangoproject.com/en/1.5/howto/deployment/wsgi/gunicorn/
for more info.""")
from gunicorn.app.djangoapp import DjangoApplication
DjangoApplication("%(prog)s [OPTIONS] [SETTINGS_PATH]").run()

View File

@ -102,7 +102,7 @@ class Command(BaseCommand):
gunicorn myproject.wsgi:application
See https://docs.djangoproject.com/en/1.4/howto/deployment/wsgi/gunicorn/
See https://docs.djangoproject.com/en/1.5/howto/deployment/wsgi/gunicorn/
for more info.""")
if args: