Author: adrian Date: 2007-06-20 01:03:51 -0500 (Wed, 20 Jun 2007) New Revision: 5495
Modified: django/trunk/docs/install.txt Log: Fixed #4610 -- Made docs/install.txt a bit clearer about skipping the Apache installation. Thanks, James Modified: django/trunk/docs/install.txt =================================================================== --- django/trunk/docs/install.txt 2007-06-20 06:01:16 UTC (rev 5494) +++ django/trunk/docs/install.txt 2007-06-20 06:03:51 UTC (rev 5495) @@ -17,8 +17,10 @@ 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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
