Django

Code

Changeset 484

Show
Ignore:
Timestamp:
08/11/05 14:00:56 (3 years ago)
Author:
adrian
Message:

Added link to mod_python doc from docs/install.txt

Files:

Legend:

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

    r335 r484  
    1818mod_python module activated. 
    1919 
     20See `How to use Django with mod_python`_ for information on how to configure 
     21mod_python once you have it installed. 
     22 
    2023If you can't use mod_python for some reason, fear not: Django follows the WSGI_ 
    2124spec, which allows it to run on a variety of server platforms. As people 
     
    2629.. _mod_python: http://www.modpython.org/ 
    2730.. _WSGI: http://www.python.org/peps/pep-0333.html 
     31.. _How to use Django with mod_python: http://www.djangoproject.com/documentation/modpython/ 
    2832 
    2933Get your database running