Django

Code

Show
Ignore:
Timestamp:
07/21/08 22:01:21 (2 months ago)
Author:
adrian
Message:

Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq

Files:

Legend:

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

    r7361 r8043  
    1919 
    2020If you just want to experiment with Django, skip ahead to the next 
    21 section; Django includes a lightweight web server you can use for 
     21section; Django includes a lightweight Web server you can use for 
    2222testing, so you won't need to set up Apache until you're ready to 
    2323deploy Django in production. 
     
    6565 
    6666* If you're using SQLite and either Python 2.3 or Python 2.4, you'll need 
    67   pysqlite_. Use version 2.0.3 or higher. Python 2.5 ships with an sqlite 
     67  pysqlite_. Use version 2.0.3 or higher. Python 2.5 ships with an SQLite 
    6868  wrapper in the standard library, so you don't need to install anything extra 
    6969  in that case.