Changeset 534
- Timestamp:
- 08/17/05 23:13:48 (3 years ago)
- Files:
-
- django/trunk/docs/legacy_databases.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/legacy_databases.txt
r533 r534 7 7 utilities to automate as much of this process as possible. 8 8 9 This document assumes you know the Django basics, as covered in the official 10 tutorial. 9 This document assumes you know the Django basics, as covered in the 10 `official tutorial`_. 11 12 .. _official tutorial: http://www.djangoproject.com/documentation/tutorial1/ 11 13 12 14 Give Django your database parameters
