﻿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
7187	Improved settings import	Andrei <andrei@…>	nobody	"
 I think it would be useful to try importing settings using mod_pyton.apache also. You could then have an .htaccess file like this
 

{{{
SetHandler python-program
PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE settings
PythonDebug On
PythonOption mod_python.importer.path ""['~/']""
}}}


 that will work no matter where you place the project and python will be automaticaly activated without modifying other apache configuration files. Classic method using PythonPath will also work so there is no harm adding this patch."		closed	Core (Other)	dev		wontfix	django.conf settings import mod_python		Design decision needed	1	1	0	0	0	0
