blob: 822c5f9b271d687111b66eab180fe2085922d8c7 [file] [log] [blame]
Alias /dashboard "/usr/local/autotest/dashboard"
<Location "/dashboard">
SetHandler python-program
PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE dashboard.settings
PythonDebug On
# Force our own site-packages to be loaded by mod_python prior
# to mod_python's system python site-packages directory.
# This way our code can depend on library versions other than
# those available as packages on various OS distributions.
PythonPath "['/usr/local/autotest/site-packages', '/usr/local/autotest'] + sys.path"
</Location>