Changeset 5897
- Timestamp:
- 08/15/07 07:29:15 (11 months ago)
- Files:
-
- django/trunk/docs/modpython.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/modpython.txt
r5896 r5897 81 81 PythonPath "['/var/production/django-apps/', '/var/www'] + sys.path" 82 82 83 With this path, ``import weblog`` and ``import mysite.settings`` will all83 With this path, ``import weblog`` and ``import mysite.settings`` will both 84 84 work. If you had ``import blogroll`` in your code somewhere and ``blogroll`` 85 85 lived under the ``weblog/`` directory, you would *also* need to add
