Ticket #3840: modpython.diff
File modpython.diff, 593 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 settings.py file 41 for the project you want to host. 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``