author | samuel huron <admin@cybunk.com> |
Mon, 14 Jun 2010 09:54:49 +0200 | |
changeset 35 | 6e5ffd90610c |
parent 0 | 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" |