Fixed #8371: Added a note warning Windows users about the use of forward slashes when specifying the DATABASE_NAME setting.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9084 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
54f962c0bf
commit
48d41cf78e
|
@ -192,7 +192,8 @@ DATABASE_NAME
|
||||||
Default: ``''`` (Empty string)
|
Default: ``''`` (Empty string)
|
||||||
|
|
||||||
The name of the database to use. For SQLite, it's the full path to the database
|
The name of the database to use. For SQLite, it's the full path to the database
|
||||||
file.
|
file. When specifying the path, always use forward slashes, even on Windows
|
||||||
|
(e.g. ``C:/homes/user/mysite/sqlite3.db``).
|
||||||
|
|
||||||
.. setting:: DATABASE_OPTIONS
|
.. setting:: DATABASE_OPTIONS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue