Ticket #3840: modpython2.diff

File modpython2.diff, 574 bytes (added by Simon G. <dev@…>, 17 years ago)
  • docs/modpython.txt

     
    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 Django project's
     41settings file.
    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``
Back to Top