Navigation Menu

Skip to content

Commit

Permalink
Fixed #5303 -- Fixed incorrect statement about PythonPath directive i…
Browse files Browse the repository at this point in the history
…n docs/modpython.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6034 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Sep 2, 2007
1 parent a18b744 commit a07c1c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/modpython.txt
Expand Up @@ -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 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 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`` 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 PythonInterpreter my_django
PythonImport /path/to/my/project/file.py my_django PythonImport /path/to/my/project/file.py my_django
Expand Down

0 comments on commit a07c1c5

Please sign in to comment.