1
0
mirror of https://github.com/django/django.git synced 2025-07-19 17:19:12 +00:00

[1.9.x] Refs #26312 -- Reworded tutorial 2 to avoid spelling "error".

Backport of 9ed4a788aa8d6ba6a57a2daa15253c3047048dfb from master
This commit is contained in:
Tim Graham 2016-03-05 10:58:45 -05:00
parent 52b06546c0
commit 72134a0400

View File

@ -41,7 +41,7 @@ If you are not using SQLite as your database, additional settings such as
:setting:`USER`, :setting:`PASSWORD`, and :setting:`HOST` must be added.
For more details, see the reference documentation for :setting:`DATABASES`.
.. admonition:: For non-SQLite users
.. admonition:: For databases other than SQLite
If you're using a database besides SQLite, make sure you've created a
database by this point. Do that with "``CREATE DATABASE database_name;``"