web/ldt/.htaccess.tmpl
changeset 0 ecdfc63274bf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/ldt/.htaccess.tmpl	Tue Jun 08 01:16:35 2010 +0200
@@ -0,0 +1,11 @@
+SetHandler python-program
+PythonPath "['D:/wuj/dev/ldt', 'D:/wuj/dev/ldt/lib'] + sys.path"
+PythonHandler django.core.handlers.modpython
+SetEnv DJANGO_SETTINGS_MODULE ldt.settings
+SetEnv PY_USE_XMLPLUS true
+PythonInterpreter ldt
+PythonOption django.root /dev/ldt/ldt
+PythonDebug on
+Header set Pragma "no-cache"
+Header set Cache-Control "no-cache"
+Header set Expires "-1"
\ No newline at end of file