From b237537e001493acd9fdf34576c2e0b13dfacd43 Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Tue, 30 Oct 2007 22:50:42 +0000 Subject: [PATCH] Changed name of `PythonInterpreter` so as not to get confused with the use of `DJANGO_SETTINGS_MODULE mysite.other_settings` git-svn-id: http://code.djangoproject.com/svn/django/trunk@6630 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/modpython.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modpython.txt b/docs/modpython.txt index 5b20046168..c739997ce4 100644 --- a/docs/modpython.txt +++ b/docs/modpython.txt @@ -150,7 +150,7 @@ mess things up. Use the ``PythonInterpreter`` directive to give different SetEnv DJANGO_SETTINGS_MODULE mysite.other_settings - PythonInterpreter mysite_other + PythonInterpreter othersite