summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-05-07 16:43:57 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-05-07 16:43:57 -0700
commitb57ee15b12aacf70ccd13ad301f7ebb51d19439f (patch)
treef3ae78991839beaaac9678f3f462bfe0332736ca /docs
parent5a917cfef319df33ca30a3b27bd0b0533b8e63bb (diff)
parent8eb51a8cf62bbbea2bbc776ea00ba08332151d92 (diff)
Merge pull request #2639 from alimony/patch-1
Insert space
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/settings.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index ff0feda2fc..597e39ab99 100644
--- a/docs/ref/settings.txt
+++ b/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',