Django

Code

Changeset 5495

Show
Ignore:
Timestamp:
06/20/07 01:03:51 (1 year ago)
Author:
adrian
Message:

Fixed #4610 -- Made docs/install.txt a bit clearer about skipping the Apache installation. Thanks, James

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/install.txt

    r5370 r5495  
    1818============================= 
    1919 
    20 If you just want to experiment with Django, skip this step. Django comes with 
    21 its own Web server for development purposes. 
     20If you just want to experiment with Django, skip ahead to the next 
     21section; Django includes a lightweight web server you can use for 
     22testing, so you won't need to set up Apache until you're ready to 
     23deploy Django in production. 
    2224 
    2325If you want to use Django on a production site, use Apache with `mod_python`_.