diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-09-29 19:56:17 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-09-29 19:56:17 +0000 |
| commit | 3dd1d28c7fd172f8aefeca1831c89ba2d85ee48f (patch) | |
| tree | 93a0dbbf890701eb0592d8181eec96deccfa9bd6 /docs | |
| parent | 277cc05462ef9f3728d9696788b68e401e53fe4c (diff) | |
Clarified potentially confusing sentence in docs/modpython.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modpython.txt | 4 |
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`` |
