Author: adrian
Date: 2007-09-02 12:09:27 -0500 (Sun, 02 Sep 2007)
New Revision: 6034
Modified:
django/trunk/docs/modpython.txt
Log:
Fixed #5303 -- Fixed incorrect statement about PythonPath directive in
docs/modpython.txt
Modified: django/trunk/docs/modpython.txt
===================================================================
--- django/trunk/docs/modpython.txt 2007-09-02 17:06:26 UTC (rev 6033)
+++ django/trunk/docs/modpython.txt 2007-09-02 17:09:27 UTC (rev 6034)
@@ -262,7 +262,8 @@
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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---