summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-06-20 06:03:51 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-06-20 06:03:51 +0000
commita65c458b99400607f2d7151f935be8379fc5b804 (patch)
treee5dfcf02ae098c4ba411c548e9058fa334dd6cb5 /docs
parent13216e12ddb2ecef4921b884abf8be157b537a45 (diff)
Fixed #4610 -- Made docs/install.txt a bit clearer about skipping the Apache installation. Thanks, James
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5495 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/install.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/install.txt b/docs/install.txt
index 4f5a4bbe31..bf62c7ed50 100644
--- a/docs/install.txt
+++ b/docs/install.txt
@@ -17,8 +17,10 @@ probably already have it installed.
Install Apache and mod_python
=============================
-If you just want to experiment with Django, skip this step. Django comes with
-its own Web server for development purposes.
+If you just want to experiment with Django, skip ahead to the next
+section; Django includes a lightweight web server you can use for
+testing, so you won't need to set up Apache until you're ready to
+deploy Django in production.
If you want to use Django on a production site, use Apache with `mod_python`_.
mod_python is similar to mod_perl -- it embeds Python within Apache and loads