summaryrefslogtreecommitdiff
path: root/docs/modpython.txt
diff options
context:
space:
mode:
authorJustin Bronn <jbronn@gmail.com>2007-11-14 19:13:37 +0000
committerJustin Bronn <jbronn@gmail.com>2007-11-14 19:13:37 +0000
commitf66821deaef713a5db11a5b162a615945feb6f88 (patch)
tree8a937d1466d14f1fd2e6db432f69ad4e75d90b5e /docs/modpython.txt
parent1c7ad200c7dc9c8719ba756b09ea9432154f470b (diff)
gis: Merged revisions 6614-6671 via svnmerge from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/gis@6672 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/modpython.txt')
-rw-r--r--docs/modpython.txt2
1 files changed, 1 insertions, 1 deletions
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
<Location "/otherthing">
SetEnv DJANGO_SETTINGS_MODULE mysite.other_settings
- PythonInterpreter mysite_other
+ PythonInterpreter othersite
</Location>
</VirtualHost>