Django

Code

Changeset 6182

Show
Ignore:
Timestamp:
09/14/07 03:49:02 (1 year ago)
Author:
russellm
Message:

Fixed #5280 -- Minor typo in modpython docs. Thanks for the attention to detail, nsteinmetz@gmail.com.

Files:

Legend:

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

    r6071 r6182  
    8484work. If you had ``import blogroll`` in your code somewhere and ``blogroll`` 
    8585lived under the ``weblog/`` directory, you would *also* need to add 
    86 ``/var/production/django-apps/weblog/`` to your ``PythonPath``. Remember: the 
     86``/usr/local/django-apps/weblog/`` to your ``PythonPath``. Remember: the 
    8787**parent directories** of anything you import directly must be on the Python 
    8888path.