﻿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
18496	wsgi.py script need to add project path to sys.path	medhat.gayed@…	nobody	"In Django 1.4, the default wsgi.py script should append the project path to sys.path in order for the apache wsgi process to be able to import from the project apps.

Something along these lines:

import sys

path = os.path.abspath(os.path.join(__file__, '..', '..'))

if path not in sys.path:
    sys.path.append(path)"	Uncategorized	new	Uncategorized	1.4	Normal		wsgi, sys.path		Unreviewed	0	0	0	0	1	0
