Ticket #5154: install.diff
File install.diff, 603 bytes (added by , 17 years ago) |
---|
-
docs/install.txt
48 48 49 49 If you plan to use Django's database API functionality, you'll need to 50 50 make sure a database server is running. Django works with PostgreSQL_, 51 MySQL_, Oracle_ and SQLite_ (the la tter doesn't require a separate server to52 be running).51 MySQL_, Oracle_ and SQLite_ (the last one doesn't require a separate server 52 to be running). 53 53 54 54 Additionally, you'll need to make sure your Python database bindings are 55 55 installed.