diff options
Diffstat (limited to 'docs')
| -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 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 </VirtualHost> -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 ``<Location>``s seperate interpreters:: |
