Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changed name of PythonInterpreter so as not to get confused with th…
…e use of `DJANGO_SETTINGS_MODULE mysite.other_settings`

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6630 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
gdub committed Oct 30, 2007
1 parent ff2cb88 commit b237537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modpython.txt
Expand Up @@ -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>

Expand Down

0 comments on commit b237537

Please sign in to comment.