summaryrefslogtreecommitdiff
path: root/docs/modpython.txt
diff options
context:
space:
mode:
authorJoseph Kocherhans <joseph@jkocherhans.com>2007-09-10 02:29:42 +0000
committerJoseph Kocherhans <joseph@jkocherhans.com>2007-09-10 02:29:42 +0000
commit52578a1d1d06195bf0d4700ba44247833290ffef (patch)
tree96641354a109687a1fcc7a0abd860b6eed0df665 /docs/modpython.txt
parentb5aa61a325136d6484ccbfc8a0efd98e8aaa964a (diff)
newforms-admin: Merged to [6081]
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6082 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/modpython.txt')
-rw-r--r--docs/modpython.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modpython.txt b/docs/modpython.txt
index 5a1a3f0506..cbed0ee8c3 100644
--- a/docs/modpython.txt
+++ b/docs/modpython.txt
@@ -78,7 +78,7 @@ you have some applications under ``/usr/local/django-apps/`` (for example,
``DJANGO_SETTINGS_MODULE`` as in the above example. In this case, you would
need to write your ``PythonPath`` directive as::
- PythonPath "['/var/production/django-apps/', '/var/www'] + sys.path"
+ PythonPath "['/usr/local/django-apps/', '/var/www'] + sys.path"
With this path, ``import weblog`` and ``import mysite.settings`` will both
work. If you had ``import blogroll`` in your code somewhere and ``blogroll``