Changeset 703
- Timestamp:
- 09/26/05 22:38:15 (3 years ago)
- Files:
-
- django/trunk/docs/tutorial01.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial01.txt
r573 r703 56 56 * ``DATABASE_ENGINE`` -- Either 'postgresql', 'mysql' or 'sqlite3'. 57 57 More coming soon. 58 * ``DATABASE_NAME`` -- The name of your database, or the full path to59 the database file ifusing sqlite.58 * ``DATABASE_NAME`` -- The name of your database, or the full (absolute) 59 path to the database file if you're using sqlite. 60 60 * ``DATABASE_USER`` -- Your database username (not used for sqlite). 61 61 * ``DATABASE_PASSWORD`` -- Your database password (not used for sqlite).
