Django

Code

Show
Ignore:
Timestamp:
08/05/08 12:15:33 (5 months ago)
Author:
jbronn
Message:

gis: Merged revisions 7981-8001,8003-8011,8013-8033,8035-8036,8038-8039,8041-8063,8065-8076,8078-8139,8141-8154,8156-8214 via svnmerge from trunk.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/gis

    • Property svnmerge-integrated changed from /django/trunk:1-7978 to /django/trunk:1-8214
  • django/branches/gis/docs/install.txt

    r7405 r8215  
    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.