summaryrefslogtreecommitdiffstats
path: root/files/django.conf
blob: 6501b1c4e289034970ef263c449e3321b10fcd9d (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>