Django

Code

Changeset 703

Show
Ignore:
Timestamp:
09/26/05 22:38:15 (3 years ago)
Author:
adrian
Message:

Fixed #150 -- Clarified DATABASE_NAME description in docs/tutorial01.txt for SQLite. Thanks, lstep@adelux.fr

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/tutorial01.txt

    r573 r703  
    5656    * ``DATABASE_ENGINE`` -- Either 'postgresql', 'mysql' or 'sqlite3'. 
    5757      More coming soon. 
    58     * ``DATABASE_NAME`` -- The name of your database, or the full path to 
    59       the database file if using sqlite. 
     58    * ``DATABASE_NAME`` -- The name of your database, or the full (absolute) 
     59      path to the database file if you're using sqlite. 
    6060    * ``DATABASE_USER`` -- Your database username (not used for sqlite). 
    6161    * ``DATABASE_PASSWORD`` -- Your database password (not used for sqlite).