Ticket #3840: modpython2.diff
File modpython2.diff, 574 bytes (added by , 18 years ago) |
---|
-
docs/modpython.txt
37 37 PythonDebug On 38 38 </Location> 39 39 40 ...and replace ``mysite.settings`` with the Python path to your settings file. 40 ...and replace ``mysite.settings`` with the Python path to your Django project's 41 settings file. 41 42 42 43 This tells Apache: "Use mod_python for any URL at or under '/mysite/', using the 43 44 Django mod_python handler." It passes the value of ``DJANGO_SETTINGS_MODULE``