Changeset 5542
- Timestamp:
- 06/26/07 07:53:33 (1 year ago)
- Files:
-
- django/trunk/docs/install.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/install.txt
r5519 r5542 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_ and SQLite_. 51 MySQL_, Oracle_ and SQLite_ (the latter doesn't require a separate server to 52 be running). 52 53 53 54 Additionally, you'll need to make sure your Python database bindings are … … 77 78 .. _MySQL backend: ../databases/ 78 79 .. _cx_Oracle: http://www.python.net/crew/atuining/cx_Oracle/ 80 .. _Oracle: http://www.oracle.com/ 79 81 80 82 Remove any old versions of Django
