Django

Code

Changeset 278

Show
Ignore:
Timestamp:
07/21/05 12:38:28 (3 years ago)
Author:
jacob
Message:

Fixed ReST bug in [277]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/modpython.txt

    r277 r278  
    8484    </VirtualHost> 
    8585 
    86 If you need to put two Django installations within the same ``VirtualHost``, 
     86If you need to put two Django installations within the same ``VirtualHost`` 
    8787you'll see problems due to the way mod_python caches code in memory.  To fix 
    8888this problem, you'll need to use the ``PythonInterpreter`` directive to give