Django

Code

Changeset 6071

Show
Ignore:
Timestamp:
09/09/07 12:21:36 (1 year ago)
Author:
adrian
Message:

Fixed #5280 -- Fixed typo in docs/modpython.txt. Thanks, nsteinmetz@gmail.com

Files:

Legend:

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

    r6034 r6071  
    7979need to write your ``PythonPath`` directive as:: 
    8080 
    81     PythonPath "['/var/production/django-apps/', '/var/www'] + sys.path" 
     81       PythonPath "['/usr/local/django-apps/', '/var/www'] + sys.path" 
    8282 
    8383With this path, ``import weblog`` and ``import mysite.settings`` will both