web/platform/.htaccess
changeset 0 bdf22b140727
equal deleted inserted replaced
-1:000000000000 0:bdf22b140727
       
     1 SetHandler python-program
       
     2 PythonHandler ldt.core.handlers.modpython
       
     3 SetEnv DJANGO_SETTINGS_MODULE franceculture.settings
       
     4 SetEnv PY_USE_XMLPLUS true
       
     5 PythonInterpreter franceculture
       
     6 PythonOption django.root /~ymh/franceculture/franceculture
       
     7 PythonOption virtualenv.activate_path /Users/ymh/dev/workspace/franceculture/sbin/virtualenv/env/venv/bin/activate_this.py
       
     8 PythonDebug on
       
     9 PythonPath "['/Users/ymh/Sites/franceculture'] + sys.path"
       
    10 Header set Pragma "no-cache"
       
    11 Header set Cache-Control "no-cache"
       
    12 Header set Expires "-1"