﻿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
14331	Clarify where to append sys.path.append in mod_wsgi docs	alist@…	nobody	"Hey Guys,

Just a quick suggestion with regards to the mod_wsgi deployment, article: http://docs.djangoproject.com/en/1.2/howto/deployment/modwsgi/

Please make the explanation of where to insert the line ""sys.path.append('/usr/local/django')"" into django.wsgi a bit clearer, as well as the actual path to use, as I was using the path to my project (/home/user/project) rather than what was required (/home/user).

Furthermore, I also suggest adding a suggestion to modify settings.py's specification with regards to admin media to: 
""ADMIN_MEDIA_PREFIX = '/admin-media/'"", and consequently adding an Alias to httpd.conf to serve admin media, such as:
""Alias /admin-media/ /usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/contrib/admin/media/""

Regards,

Alistair Cohen
Beovista Technologies"		closed	Documentation	1.2		duplicate	deployment		Accepted	0	0	0	0	0	0
