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