﻿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
16564	'How to use Django with Apache and mod_wsgi' code snipped	anonymous	nobody	"this is the original:
{{{
path = '/path/to/mysite'
if path not in sys.path:
    sys.path.append(path)
}}}

'/path/to/mysite' is maybe a little miss leading. maybe more accurate would be: 
{{{
path = '/path/to'   # only '/path/to' part of '/path/to/mysite/settings.py'
if path not in sys.path:
    sys.path.append(path)
}}}"	Cleanup/optimization	closed	Documentation	1.3	Normal	duplicate			Unreviewed	0	0	0	0	0	0
