Negligible formatting improvement to an error in management/sql.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13992 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
d405ec9b4d
commit
e3b95aa7c9
|
@ -18,7 +18,7 @@ def sql_create(app, style, connection):
|
|||
raise CommandError("Django doesn't know which syntax to use for your SQL statements,\n" +
|
||||
"because you haven't specified the ENGINE setting for the database.\n" +
|
||||
"Edit your settings file and change DATBASES['default']['ENGINE'] to something like\n" +
|
||||
"'django.db.backends.postgresql' or 'django.db.backends.mysql'")
|
||||
"'django.db.backends.postgresql' or 'django.db.backends.mysql'.")
|
||||
|
||||
# Get installed models, so we generate REFERENCES right.
|
||||
# We trim models from the current app so that the sqlreset command does not
|
||||
|
|
Loading…
Reference in New Issue