Changeset 6071
- Timestamp:
- 09/09/07 12:21:36 (1 year ago)
- Files:
-
- django/trunk/docs/modpython.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/modpython.txt
r6034 r6071 79 79 need to write your ``PythonPath`` directive as:: 80 80 81 PythonPath "['/var/production/django-apps/', '/var/www'] + sys.path"81 PythonPath "['/usr/local/django-apps/', '/var/www'] + sys.path" 82 82 83 83 With this path, ``import weblog`` and ``import mysite.settings`` will both
