forked from DGNum/gestioCOF
Change backend name as the old one is deprecated
This commit is contained in:
parent
0c45262fbc
commit
efbc947145
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