Changeset 5668
- Timestamp:
- 07/12/07 08:32:00 (1 year ago)
- Files:
-
- django/trunk/docs/modpython.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/modpython.txt
r5434 r5668 51 51 ``<Directory>`` would be meaningless here. 52 52 53 Also, if you 've manually altered your ``PYTHONPATH`` to put your Django project54 on it, you'll need to tell mod_python:53 Also, if your Django project is not on the default ``PYTHONPATH`` for your 54 computer, you'll have to tell mod_python where your project can be found: 55 55 56 56 .. parsed-literal::
