summaryrefslogtreecommitdiffstats
path: root/files/django.conf
blob: 298900f460416edc1cedeed2a8c0361c2350f1b2 (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/everest_django'] + sys.path"
</Location>