diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2007-10-30 22:50:42 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2007-10-30 22:50:42 +0000 |
| commit | b237537e001493acd9fdf34576c2e0b13dfacd43 (patch) | |
| tree | 36466ef7fbe8f4bc4d2602146b3f0428de7416e4 /docs/modpython.txt | |
| parent | ff2cb8832557899d0ffa5e266662f8836f058318 (diff) | |
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
Diffstat (limited to 'docs/modpython.txt')
| -rw-r--r-- | docs/modpython.txt | 2 |
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> |
