From 41b575ce50d725b521aecc21b3b2e3cf3c877e03 Mon Sep 17 00:00:00 2001 From: mtredinnick Date: Wed, 15 Aug 2007 12:29:15 +0000 Subject: [PATCH] Typo fix from [5896]. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5897 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/modpython.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modpython.txt b/docs/modpython.txt index 04f2110c..c90296bd 100644 --- a/docs/modpython.txt +++ b/docs/modpython.txt @@ -80,7 +80,7 @@ need to write your ``PythonPath`` directive as:: PythonPath "['/var/production/django-apps/', '/var/www'] + sys.path" -With this path, ``import weblog`` and ``import mysite.settings`` will all +With this path, ``import weblog`` and ``import mysite.settings`` will both work. If you had ``import blogroll`` in your code somewhere and ``blogroll`` lived under the ``weblog/`` directory, you would *also* need to add ``/var/production/django-apps/weblog/`` to your ``PythonPath``. Remember: the -- 2.11.4.GIT