summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-08-11 19:00:56 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-08-11 19:00:56 +0000
commit8ebe5db684ac7e97836dabbce091c41a8b2e12fd (patch)
treea1cd0f13f45080238a19ab209557d267f1a568bd /docs
parent6f4e6b4bcbdb79e8aceac1af9ac66088d66c51b0 (diff)
Added link to mod_python doc from docs/install.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@484 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/install.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/install.txt b/docs/install.txt
index 4f8e6db932..b347006cbb 100644
--- a/docs/install.txt
+++ b/docs/install.txt
@@ -17,6 +17,9 @@ the life of an Apache process, which leads to significant performance gains
over other server arrangements. Make sure you have Apache installed, with the
mod_python module activated.
+See `How to use Django with mod_python`_ for information on how to configure
+mod_python once you have it installed.
+
If you can't use mod_python for some reason, fear not: Django follows the WSGI_
spec, which allows it to run on a variety of server platforms. As people
experiment with different server platforms, we'll update this document to
@@ -25,6 +28,7 @@ give specific installation instructions for each platform.
.. _Apache: http://httpd.apache.org/
.. _mod_python: http://www.modpython.org/
.. _WSGI: http://www.python.org/peps/pep-0333.html
+.. _How to use Django with mod_python: http://www.djangoproject.com/documentation/modpython/
Get your database running
=========================