Skip to content

Commit

Permalink
Fixed #17130 -- Corrected import path of get_wsgi_application in depl…
Browse files Browse the repository at this point in the history
…oyment docs. Thanks jsdalton for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17047 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
carljm committed Oct 28, 2011
1 parent 7a718f0 commit 11861a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howto/deployment/wsgi/index.txt
Expand Up @@ -50,7 +50,7 @@ Initially this file contains::

# This application object is used by the development server
# as well as any WSGI server configured to use this file.
from django.core.handlers.wsgi import get_wsgi_application
from django.core.wsgi import get_wsgi_application
application = get_wsgi_application()

The ``os.environ.setdefault`` line just sets the default settings module to
Expand Down

0 comments on commit 11861a2

Please sign in to comment.