From bf6a46d8ad11d49990a3878166cce2af2fc6c4fe Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 15 Sep 2007 21:34:09 +0000 Subject: queryset-refactor: Merged to [6190] git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@6334 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/modpython.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/modpython.txt') diff --git a/docs/modpython.txt b/docs/modpython.txt index cbed0ee8c3..4a8c169a51 100644 --- a/docs/modpython.txt +++ b/docs/modpython.txt @@ -83,7 +83,7 @@ need to write your ``PythonPath`` directive as:: 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 +``/usr/local/django-apps/weblog/`` to your ``PythonPath``. Remember: the **parent directories** of anything you import directly must be on the Python path. -- cgit v1.3