Django

Code

Ticket #3840: modpython.diff

File modpython.diff, 0.6 kB (added by Simon G. <dev@simon.net.nz>, 2 years ago)
  • docs/modpython.txt

    old new  
    3737        PythonDebug On 
    3838    </Location> 
    3939 
    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  
     41for the project you want to host. 
    4142 
    4243This tells Apache: "Use mod_python for any URL at or under '/mysite/', using the 
    4344Django mod_python handler." It passes the value of ``DJANGO_SETTINGS_MODULE``