diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-08-15 12:29:15 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-08-15 12:29:15 +0000 |
| commit | 7f06e44f9959fd8c0db58162d4bd5feb383db8f1 (patch) | |
| tree | 46f744c80e7aef2973d316b84e2bbb71b9731926 /docs/modpython.txt | |
| parent | 3835d8afec026e5dc3ad16c8b8e44071cb7ddc04 (diff) | |
Typo fix from [5896].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5897 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/modpython.txt')
| -rw-r--r-- | docs/modpython.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modpython.txt b/docs/modpython.txt index 04f2110cf2..c90296bd9a 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 |
