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
This commit is contained in:
parent
ff2cb88325
commit
b237537e00
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue