[1.6.x] Insert space.

Backport of 8eb51a8cf6 from master
This commit is contained in:
Markus Amalthea Magnuson 2014-05-07 21:16:43 +02:00 committed by Tim Graham
parent 8ebf38b7a4
commit 129c446e86
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,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',