summaryrefslogtreecommitdiffstats
path: root/files/django.conf
blob: 208170367c09d0078e578e1005148c08d721436a (plain)
1
2
3
4
5
6
7
8
# Custom Django entry for mod_python
<Location "/everest-django/">
	SetHandler python-program
	PythonHandler django.core.handlers.modpython
	SetEnv DJANGO_SETTINGS_MODULE everest_django.settings
	PythonDebug On
	PythonPath "['/usr/local'] + sys.path"
</Location>