Skip to content

Commit

Permalink
Fixed #150 -- Clarified DATABASE_NAME description in docs/tutorial01.…
Browse files Browse the repository at this point in the history
…txt for SQLite. Thanks, lstep@adelux.fr

git-svn-id: http://code.djangoproject.com/svn/django/trunk@703 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Sep 27, 2005
1 parent d866248 commit 7f40671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial01.txt
Expand Up @@ -55,8 +55,8 @@ these settings to match your database's connection parameters:


* ``DATABASE_ENGINE`` -- Either 'postgresql', 'mysql' or 'sqlite3'. * ``DATABASE_ENGINE`` -- Either 'postgresql', 'mysql' or 'sqlite3'.
More coming soon. More coming soon.
* ``DATABASE_NAME`` -- The name of your database, or the full path to * ``DATABASE_NAME`` -- The name of your database, or the full (absolute)
the database file if using sqlite. path to the database file if you're using sqlite.
* ``DATABASE_USER`` -- Your database username (not used for sqlite). * ``DATABASE_USER`` -- Your database username (not used for sqlite).
* ``DATABASE_PASSWORD`` -- Your database password (not used for sqlite). * ``DATABASE_PASSWORD`` -- Your database password (not used for sqlite).
* ``DATABASE_HOST`` -- The host your database is on. Leave this as an * ``DATABASE_HOST`` -- The host your database is on. Leave this as an
Expand Down

0 comments on commit 7f40671

Please sign in to comment.