mirror of
https://github.com/Hopiu/django.git
synced 2026-05-01 12:14:51 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue