Author: gwilson
Date: 2007-10-30 17:50:42 -0500 (Tue, 30 Oct 2007)
New Revision: 6630
Modified:
django/trunk/docs/modpython.txt
Log:
Changed name of `PythonInterpreter` so as not to get confused with the use of
`DJANGO_SETTINGS_MODULE mysite.other_settings`
Modified: django/trunk/docs/modpython.txt
===================================================================
--- django/trunk/docs/modpython.txt 2007-10-30 22:35:15 UTC (rev 6629)
+++ django/trunk/docs/modpython.txt 2007-10-30 22:50:42 UTC (rev 6630)
@@ -150,7 +150,7 @@
<Location "/otherthing">
SetEnv DJANGO_SETTINGS_MODULE mysite.other_settings
- PythonInterpreter mysite_other
+ PythonInterpreter othersite
</Location>
</VirtualHost>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---