mirror of
https://github.com/django/django.git
synced 2025-08-06 11:58:26 +00:00
Insert space.
This commit is contained in:
parent
a2e3c96948
commit
8eb51a8cf6
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,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',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue