Kaydet (Commit) ff938b36 authored tarafından Markus Amalthea Magnuson's avatar Markus Amalthea Magnuson Kaydeden (comit) Tim Graham

[1.7.x] Insert space.

Backport of 8eb51a8c from master
üst 537f5905
...@@ -458,7 +458,7 @@ other database types. This example is for PostgreSQL:: ...@@ -458,7 +458,7 @@ other database types. This example is for PostgreSQL::
DATABASES = { DATABASES = {
'default': { 'default': {
'ENGINE':'django.db.backends.postgresql_psycopg2', 'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'mydatabase', 'NAME': 'mydatabase',
'USER': 'mydatabaseuser', 'USER': 'mydatabaseuser',
'PASSWORD': 'mypassword', 'PASSWORD': 'mypassword',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment