mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01: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
@ -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…
Reference in New Issue
Block a user