Commit 48d41cf7 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Fixed #8371: Added a note warning Windows users about the use of forward...

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
parent 54f962c0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -192,7 +192,8 @@ DATABASE_NAME
Default: ``''`` (Empty string)

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