Guest User

Untitled

a guest
Feb 21st, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <Location "/">
  2. AddHandler mod_python .py
  3. PythonHandler mod_python.publisher
  4. # PythonHandler django.core.handlers.modpython
  5. PythonPath "/home/jeff/dev/python/django-projects/ + sys.path"
  6. SetEnv DJANGO_SETTINGS_MODULE compclub.settings
  7. PythonDebug On
  8. </Location>
Add Comment
Please, Sign In to add comment