mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
parent
537f5905c9
commit
ff938b3623
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue