﻿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
15058	sys.path.append()	daghenrik	nobody	"I was struggling with getting WSGI up until I found the following:

If you have been using the Django development server and have made use of the fact that it is possible when doing explicit imports, or when referencing modules in 'urls.py', to leave out the name of the site and use a relative module path, you will also need to add to sys.path the path to the site package directory itself.

sys.path.append('/usr/local/django')
sys.path.append('/usr/local/django/mysite') # This part

Reference:

http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango"	Bug	closed	Documentation	1.2	Normal	wontfix			Accepted	0	0	0	0	0	0
