From 8a285ec790ab0ec4e19c730d17725183490ad81f Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Thu, 21 Jul 2005 17:38:28 +0000 Subject: [PATCH] Fixed ReST bug in [277] git-svn-id: http://code.djangoproject.com/svn/django/trunk@278 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/modpython.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modpython.txt b/docs/modpython.txt index 38e6d91165..1f3296f551 100644 --- a/docs/modpython.txt +++ b/docs/modpython.txt @@ -83,7 +83,7 @@ instance. Just use ``VirtualHost`` for that, like so:: SetEnv DJANGO_SETTINGS_MODULE myproject.settings.admin -If you need to put two Django installations within the same ``VirtualHost``, +If you need to put two Django installations within the same ``VirtualHost`` you'll see problems due to the way mod_python caches code in memory. To fix this problem, you'll need to use the ``PythonInterpreter`` directive to give different ````s seperate interpreters::