diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-03-30 06:16:41 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-03-30 06:16:41 +0000 |
| commit | 179b5b8422dcf4178376456c4c61ac3f2f46ee45 (patch) | |
| tree | 0622d6418760f04159de378f3f3233f7506ccb8c /docs/modpython.txt | |
| parent | e824bcb1bd7c83bd2bd20cb0251af9f0bc6db894 (diff) | |
Fixed #3840 -- Attempted to clarify how to specify the settings file
configuration for mod_python.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4864 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/modpython.txt')
| -rw-r--r-- | docs/modpython.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/modpython.txt b/docs/modpython.txt index 2c999753c7..297763c95a 100644 --- a/docs/modpython.txt +++ b/docs/modpython.txt @@ -37,7 +37,8 @@ Then edit your ``httpd.conf`` file and add the following:: PythonDebug On </Location> -...and replace ``mysite.settings`` with the Python path to your settings file. +...and replace ``mysite.settings`` with the Python import path to your Django +project's 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`` |
