|
@@ -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
|