Changeset 4864
- Timestamp:
- 03/30/07 01:16:41 (1 year ago)
- Files:
-
- django/trunk/docs/modpython.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/modpython.txt
r4420 r4864 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 import path to your Django 41 project's settings file. 41 42 42 43 This tells Apache: "Use mod_python for any URL at or under '/mysite/', using the
