summaryrefslogtreecommitdiff
path: root/docs/modpython.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-09-05 20:01:24 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-09-05 20:01:24 +0000
commit976acdc7743180993dc8257f5d256206857e8160 (patch)
treede6c056010fac0e747043b34dcfdb5f4b7510d6d /docs/modpython.txt
parentbd01c6ee5703f8efec06f65374c7961458de6ea6 (diff)
newforms-admin: Merged to [6050]
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6051 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/modpython.txt')
-rw-r--r--docs/modpython.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/modpython.txt b/docs/modpython.txt
index c90296bd9a..5a1a3f0506 100644
--- a/docs/modpython.txt
+++ b/docs/modpython.txt
@@ -262,7 +262,8 @@ else. This is done using the PythonImport_ directive to mod_python. You need
to ensure that you have specified the ``PythonInterpreter`` directive to
mod_python as described above__ (you need to do this even if you aren't
serving multiple installations in this case). Then add the ``PythonImport``
-line inside the ``Location`` or ``VirtualHost`` section. For example::
+line in the main server configuration (i.e., outside the ``Location`` or
+``VirtualHost`` sections). For example::
PythonInterpreter my_django
PythonImport /path/to/my/project/file.py my_django