Change backend name as the old one is deprecated
This commit is contained in:
parent
8a1c39e43b
commit
b512ba2d58
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ TEMPLATES = [
|
|||
|
||||
DATABASES = {
|
||||
"default": {
|
||||
"ENGINE": "django.db.backends.postgresql_psycopg2",
|
||||
"ENGINE": "django.db.backends.postgresql",
|
||||
"NAME": DBNAME,
|
||||
"USER": DBUSER,
|
||||
"PASSWORD": DBPASSWD,
|
||||
|
|
Loading…
Reference in a new issue