Django

Code

Ticket #4610: install.diff

File install.diff, 0.7 kB (added by ubernostrum, 1 year ago)

Wording change to maybe help out a bit

  • docs/install.txt

    old new  
    1717Install Apache and mod_python 
    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`_. 
    2426mod_python is similar to mod_perl -- it embeds Python within Apache and loads