Django

Code

Changeset 4864

Show
Ignore:
Timestamp:
03/30/07 01:16:41 (1 year ago)
Author:
mtredinnick
Message:

Fixed #3840 -- Attempted to clarify how to specify the settings file
configuration for mod_python.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/modpython.txt

    r4420 r4864  
    3838    </Location> 
    3939 
    40 ...and replace ``mysite.settings`` with the Python path to your settings file. 
     40...and replace ``mysite.settings`` with the Python import path to your Django 
     41project's settings file. 
    4142 
    4243This tells Apache: "Use mod_python for any URL at or under '/mysite/', using the