Django

Code

Changeset 849

Show
Ignore:
Timestamp:
10/12/05 08:25:24 (3 years ago)
Author:
adrian
Message:

Added link to server-arrangements page from docs/install.txt. Thanks, Alice

Files:

Legend:

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

    r484 r849  
    2222 
    2323If you can't use mod_python for some reason, fear not: Django follows the WSGI_ 
    24 spec, which allows it to run on a variety of server platforms. As peopl
    25 experiment with different server platforms, we'll update this document to 
    26 give specific installation instructions for each platform. 
     24spec, which allows it to run on a variety of server platforms. See th
     25`server-arrangements wiki page`_ for specific installation instructions for 
     26each platform. 
    2727 
    2828.. _Apache: http://httpd.apache.org/ 
     
    3030.. _WSGI: http://www.python.org/peps/pep-0333.html 
    3131.. _How to use Django with mod_python: http://www.djangoproject.com/documentation/modpython/ 
     32.. _server-arrangements wiki page: http://code.djangoproject.com/wiki/ServerArrangements 
    3233 
    3334Get your database running 
     
    3738make sure a database server is running. Django works with PostgreSQL_ 
    3839(recommended), MySQL_ and SQLite_. 
    39  
    40 Note that support for MySQL and SQLite is a recent development, and Django 
    41 hasn't been comprehensively tested in those environments. If you find any bugs 
    42 in Django's MySQL or SQLite bindings, please file them in 
    43 `Django's ticket system`_ so we can fix them immediately. 
    4440 
    4541Additionally, you'll need to make sure your Python database bindings are