﻿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
3842	Unclear wording in mod_python docs	jon.i.austin@…	Jacob	"Seems like the below section should be removed and `PythonPath ""['/path/to/project'] + sys.path""` should simply be appended to the <Location... apache directive under Basic Configuration.

I assume by PYTHONPATH an environment variable is meant (which does not exist under my bash `env`), but in order for apache/mod_python to see my project I did indeed have to add the below code directly within <Location...

{{{
Basic Configuration
...
Also, if you’ve manually altered your PYTHONPATH to put your Django project on it, you’ll need to tell mod_python:
PythonPath ""['/path/to/project'] + sys.path""

}}}
"		closed	Documentation	dev		fixed	mod_python		Accepted	0	0	0	0	0	0
