root: revert to non-prometheus db backend
This commit is contained in:
parent
6f0e292c43
commit
e3d6ca6ab4
|
@ -188,7 +188,7 @@ WSGI_APPLICATION = "passbook.root.wsgi.application"
|
|||
|
||||
DATABASES = {
|
||||
"default": {
|
||||
"ENGINE": "django_prometheus.db.backends.postgresql",
|
||||
"ENGINE": "django.db.backends.postgresql",
|
||||
"HOST": CONFIG.y("postgresql.host"),
|
||||
"NAME": CONFIG.y("postgresql.name"),
|
||||
"USER": CONFIG.y("postgresql.user"),
|
||||
|
|
Reference in New Issue