Ticket #4610: install.diff
File install.diff, 766 bytes (added by , 17 years ago) |
---|
-
docs/install.txt
17 17 Install Apache and mod_python 18 18 ============================= 19 19 20 If you just want to experiment with Django, skip this step. Django comes with 21 its own Web server for development purposes. 20 If you just want to experiment with Django, skip ahead to the next 21 section; Django includes a lightweight web server you can use for 22 testing, so you won't need to set up Apache until you're ready to 23 deploy Django in production. 22 24 23 25 If you want to use Django on a production site, use Apache with `mod_python`_. 24 26 mod_python is similar to mod_perl -- it embeds Python within Apache and loads