Changeset 5932
- Timestamp:
- 08/18/07 01:52:05 (1 year ago)
- Files:
-
- django/trunk/docs/install.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/install.txt
r5676 r5932 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 latter doesn't require a separate server to52 be running).51 MySQL_, Oracle_ and SQLite_ (although SQLite 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
