mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed ReST bug in [277]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@278 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
7af62f48e3
commit
8a285ec790
1 changed files with 1 additions and 1 deletions
|
@ -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::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue