﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
17130	Wrong path for get_wsgi_application() in docs	Jim Dalton	nobody	"Here's the example file wsgi.py from https://docs.djangoproject.com/en/dev/howto/deployment/wsgi/:

{{{
import os

os.environ.setdefault(""DJANGO_SETTINGS_MODULE"", ""mysite.settings"")

# 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
application = get_wsgi_application()
}}}

However, get_wsgi_application() lives in django.core.wsgi, not django.core.handlers.wsgi."	Uncategorized	closed	Documentation	dev	Normal	fixed	wsgi		Unreviewed	0	0	0	0	1	0
