Author: mtredinnick
Date: 2007-03-30 01:16:41 -0500 (Fri, 30 Mar 2007)
New Revision: 4864

Modified:
   django/trunk/docs/modpython.txt
Log:
Fixed #3840 -- Attempted to clarify how to specify the settings file
configuration for mod_python.


Modified: django/trunk/docs/modpython.txt
===================================================================
--- django/trunk/docs/modpython.txt     2007-03-30 05:51:42 UTC (rev 4863)
+++ django/trunk/docs/modpython.txt     2007-03-30 06:16:41 UTC (rev 4864)
@@ -37,7 +37,8 @@
         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``


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to