Changeset 3939
- Timestamp:
- 10/26/06 21:03:15 (2 years ago)
- Files:
-
- django/trunk/docs/modpython.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/modpython.txt
r3210 r3939 43 43 Django mod_python handler." It passes the value of ``DJANGO_SETTINGS_MODULE`` 44 44 so mod_python knows which settings to use. 45 46 Note that we're using the ``<Location>`` directive, not the ``<Directory>`` 47 directive. The latter is used for pointing at places on your filesystem, 48 whereas ``<Location>`` points at places in the URL structure of a Web site. 49 ``<Directory>`` would be meaningless here. 45 50 46 51 Also, if you've manually altered your ``PYTHONPATH`` to put your Django project
