Browse Source

Insert space.

Markus Amalthea Magnuson 11 years ago
parent
commit
8eb51a8cf6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/ref/settings.txt

+ 1 - 1
docs/ref/settings.txt

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