web/ldt/.htaccess.tmpl
changeset 4 7c994c98d1df
parent 3 651f67b66c51
child 5 ae8593287883
equal deleted inserted replaced
3:651f67b66c51 4:7c994c98d1df
     1 SetHandler python-program
       
     2 PythonPath "['D:/wuj/dev/ldt', 'D:/wuj/dev/ldt/lib'] + sys.path"
       
     3 PythonHandler django.core.handlers.modpython
       
     4 SetEnv DJANGO_SETTINGS_MODULE ldt.settings
       
     5 SetEnv PY_USE_XMLPLUS true
       
     6 PythonInterpreter ldt
       
     7 PythonOption django.root /dev/ldt/ldt
       
     8 PythonDebug on
       
     9 Header set Pragma "no-cache"
       
    10 Header set Cache-Control "no-cache"
       
    11 Header set Expires "-1"