Django

Code

Changeset 5668

Show
Ignore:
Timestamp:
07/12/07 08:32:00 (1 year ago)
Author:
russellm
Message:

Fixed #4722 -- Clarified discussion about PYTHONPATH in modpython docs. Thanks for the suggestion, Collin Grady <cgrady@the-magi.us>.

Files:

Legend:

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

    r5434 r5668  
    5151``<Directory>`` would be meaningless here. 
    5252 
    53 Also, if you've manually altered your ``PYTHONPATH`` to put your Django project 
    54 on it, you'll need to tell mod_python
     53Also, if your Django project is not on the default ``PYTHONPATH`` for your 
     54computer, you'll have to tell mod_python where your project can be found
    5555 
    5656.. parsed-literal::