Changeset 6182
- Timestamp:
- 09/14/07 03:49:02 (1 year ago)
- Files:
-
- django/trunk/docs/modpython.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/modpython.txt
r6071 r6182 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 86 ``/ var/production/django-apps/weblog/`` to your ``PythonPath``. Remember: the86 ``/usr/local/django-apps/weblog/`` to your ``PythonPath``. Remember: the 87 87 **parent directories** of anything you import directly must be on the Python 88 88 path.
