Skip to content

Instantly share code, notes, and snippets.

@omarkurt
Last active August 29, 2015 13:56
Show Gist options
  • Save omarkurt/8953679 to your computer and use it in GitHub Desktop.
Save omarkurt/8953679 to your computer and use it in GitHub Desktop.
django conf sites-available/default
<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