Last active
August 29, 2015 13:56
-
-
Save omarkurt/8953679 to your computer and use it in GitHub Desktop.
django conf sites-available/default
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Location "/django"> #/django virtualname ex:webpy to django | |
AddHandler cgi-script .py | |
SetHandler mod_python | |
PythonHandler django.core.handlers.modpython | |
SetEnv DJANGO_SETTINGS_MODULE webpy.settings | |
PythonDebug Off | |
PythonPath "['/var/www/webpy'] + sys.path" | |
</Location> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment