Change backend name as the old one is deprecated

This commit is contained in:
Tom Hubrecht 2022-06-29 16:10:11 +02:00
parent 8a1c39e43b
commit b512ba2d58

View file

@ -101,7 +101,7 @@ TEMPLATES = [
DATABASES = {
"default": {
"ENGINE": "django.db.backends.postgresql_psycopg2",
"ENGINE": "django.db.backends.postgresql",
"NAME": DBNAME,
"USER": DBUSER,
"PASSWORD": DBPASSWD,