summaryrefslogtreecommitdiff
path: root/docs/modpython.txt
diff options
context:
space:
mode:
authorGeorg Bauer <gb@hugo.westfalen.de>2005-10-04 19:34:43 +0000
committerGeorg Bauer <gb@hugo.westfalen.de>2005-10-04 19:34:43 +0000
commit6e2b74d65e84938fdc05f2de40bcfe15efadc693 (patch)
tree43c91a20fff4506a76c2eaecb0318c793bcd0d1e /docs/modpython.txt
parent8c2b8aaee676131e6cbf6cb9e50393638db6c451 (diff)
i18n: merged r722:774 from trunk
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@775 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/modpython.txt')
-rw-r--r--docs/modpython.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/modpython.txt b/docs/modpython.txt
index 72c2d9a073..acac50a6d5 100644
--- a/docs/modpython.txt
+++ b/docs/modpython.txt
@@ -29,8 +29,8 @@ Then edit your ``httpd.conf`` file and add the following::
PythonDebug On
</Location>
-...and replace ``myproject.settings.main`` with the path to your settings file,
-in dotted-package syntax.
+...and replace ``myproject.settings.main`` with the Python path to your
+settings file.
This tells Apache: "Use mod_python for any URL at or under '/mysite/', using the
Django mod_python handler." It passes the value of ``DJANGO_SETTINGS_MODULE``