diff options
| author | Markus Amalthea Magnuson <markus.magnuson@gmail.com> | 2014-05-07 21:16:43 +0200 |
|---|---|---|
| committer | Markus Amalthea Magnuson <markus.magnuson@gmail.com> | 2014-05-07 21:16:43 +0200 |
| commit | 8eb51a8cf62bbbea2bbc776ea00ba08332151d92 (patch) | |
| tree | eb4bad8519df5e89579b7ba23b5d1dd6ac195165 /docs/ref | |
| parent | a2e3c9694823d6d451d6dd234e9d416600aacc68 (diff) | |
Insert space.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 2 |
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', |
