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 b8aa30a2e9
commit 8f223f6e83

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,