Changeset 728
- Timestamp:
- 09/29/05 14:56:17 (3 years ago)
- Files:
-
- django/trunk/docs/modpython.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/modpython.txt
r642 r728 30 30 </Location> 31 31 32 ...and replace ``myproject.settings.main`` with the path to your settings file,33 in dotted-package syntax.32 ...and replace ``myproject.settings.main`` with the Python path to your 33 settings file. 34 34 35 35 This tells Apache: "Use mod_python for any URL at or under '/mysite/', using the
