mirror of https://github.com/django/django.git
Clarified potentially confusing sentence in docs/modpython.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
277cc05462
commit
3dd1d28c7f
|
@ -29,8 +29,8 @@ Then edit your ``httpd.conf`` file and add the following::
|
||||||
PythonDebug On
|
PythonDebug On
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
...and replace ``myproject.settings.main`` with the path to your settings file,
|
...and replace ``myproject.settings.main`` with the Python path to your
|
||||||
in dotted-package syntax.
|
settings file.
|
||||||
|
|
||||||
This tells Apache: "Use mod_python for any URL at or under '/mysite/', using the
|
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``
|
Django mod_python handler." It passes the value of ``DJANGO_SETTINGS_MODULE``
|
||||||
|
|
Loading…
Reference in New Issue