Skip to content

Commit

Permalink
Fixed #4610 -- Made docs/install.txt a bit clearer about skipping the…
Browse files Browse the repository at this point in the history
… Apache installation. Thanks, James

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5495 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Jun 20, 2007
1 parent 13216e1 commit a65c458
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/install.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ probably already have it installed.
Install Apache and mod_python Install Apache and mod_python
============================= =============================


If you just want to experiment with Django, skip this step. Django comes with If you just want to experiment with Django, skip ahead to the next
its own Web server for development purposes. 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`_. 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 mod_python is similar to mod_perl -- it embeds Python within Apache and loads
Expand Down

0 comments on commit a65c458

Please sign in to comment.