korfuri / django-prometheus

Export Django monitoring metrics for Prometheus.io
Apache License 2.0
1.44k stars 244 forks source link

Conflict with other database engine #427

Open haerrel opened 2 months ago

haerrel commented 2 months ago

I am using django_tenants and django-prometheus. Both need a custom database engine in settings.py.

How is it possible to use both?

Also created a issue here https://github.com/django-tenants/django-tenants/issues/1057