Kaydet (Commit) 7f5797e6 authored tarafından Russell Keith-Magee's avatar Russell Keith-Magee

Fixed #4722 -- Clarified discussion about PYTHONPATH in modpython docs. Thanks…

Fixed #4722 -- Clarified discussion about PYTHONPATH in modpython docs. Thanks for the suggestion, Collin Grady <cgrady@the-magi.us>.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5668 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst ab368c9c
...@@ -50,8 +50,8 @@ directive. The latter is used for pointing at places on your filesystem, ...@@ -50,8 +50,8 @@ directive. The latter is used for pointing at places on your filesystem,
whereas ``<Location>`` points at places in the URL structure of a Web site. whereas ``<Location>`` points at places in the URL structure of a Web site.
``<Directory>`` would be meaningless here. ``<Directory>`` would be meaningless here.
Also, if you've manually altered your ``PYTHONPATH`` to put your Django project Also, if your Django project is not on the default ``PYTHONPATH`` for your
on it, you'll need to tell mod_python: computer, you'll have to tell mod_python where your project can be found:
.. parsed-literal:: .. parsed-literal::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment