Merge pull request #2639 from alimony/patch-1

Insert space
This commit is contained in:
Alex Gaynor 2014-05-07 16:43:57 -07:00
commit b57ee15b12
1 changed files with 1 additions and 1 deletions

View File

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