author | ymh <ymh.work@gmail.com> |
Tue, 08 Jun 2010 15:31:42 +0200 | |
changeset 4 | 7c994c98d1df |
parent 0 | web/ldt/.htaccess.tmpl@ecdfc63274bf |
permissions | -rw-r--r-- |
0 | 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" |