mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Small documentation tweaks, fixes #9000 - thanks, ramiro
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9010 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
b0da050b83
commit
1c78bf4b98
2 changed files with 5 additions and 2 deletions
|
@ -162,6 +162,9 @@ database's connection parameters:
|
|||
that file. If the file doesn't exist, it will automatically be created
|
||||
when you synchronize the database for the first time (see below).
|
||||
|
||||
When specifying the path, always use forward slashes, even on Windows
|
||||
(e.g. ``C:/homes/user/mysite/sqlite3.db``).
|
||||
|
||||
* :setting:`DATABASE_USER` -- Your database username (not used for SQLite).
|
||||
|
||||
* :setting:`DATABASE_PASSWORD` -- Your database password (not used for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue