mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
This commit is contained in:
parent
8656cfc4e0
commit
ec9004728e
25 changed files with 42 additions and 25 deletions
|
@ -29,7 +29,7 @@ databases -- a default PostgreSQL database and a MySQL database called
|
|||
DATABASES = {
|
||||
'default': {
|
||||
'NAME': 'app_data',
|
||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'ENGINE': 'django.db.backends.postgresql',
|
||||
'USER': 'postgres_user',
|
||||
'PASSWORD': 's3krit'
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue