mirror of
https://github.com/django/django.git
synced 2025-03-12 10:22:37 +00:00
[1.7.x] Insert space.
Backport of 8eb51a8cf6 from master
This commit is contained in:
parent
537f5905c9
commit
ff938b3623
@ -458,7 +458,7 @@ other database types. This example is for PostgreSQL::
|
||||
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE':'django.db.backends.postgresql_psycopg2',
|
||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'NAME': 'mydatabase',
|
||||
'USER': 'mydatabaseuser',
|
||||
'PASSWORD': 'mypassword',
|
||||
|
Loading…
x
Reference in New Issue
Block a user