Changeset 5580 for django/branches/unicode/docs/install.txt
- Timestamp:
- 07/01/07 00:55:01 (2 years ago)
- Files:
-
- django/branches/unicode (modified) (1 prop)
- django/branches/unicode/docs/install.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/unicode
- Property svnmerge-integrated changed from /django/trunk:1-5530 to /django/trunk:1-5579
django/branches/unicode/docs/install.txt
r5531 r5580 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
