mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-08 12:44:44 +00:00
add django-prometheus wrapped database engines to the list of supported db engines (#149)
This commit is contained in:
parent
182154a286
commit
41f490650e
1 changed files with 5 additions and 0 deletions
|
|
@ -20,6 +20,11 @@ SUPPORTED_DATABASE_ENGINES = {
|
|||
# TODO: Remove when we drop Django 2.x support.
|
||||
'transaction_hooks.backends.postgresql_psycopg2',
|
||||
'transaction_hooks.backends.mysql',
|
||||
|
||||
# django-prometheus wrapped engines
|
||||
'django_prometheus.db.backends.sqlite3',
|
||||
'django_prometheus.db.backends.postgresql',
|
||||
'django_prometheus.db.backends.mysql',
|
||||
}
|
||||
|
||||
SUPPORTED_CACHE_BACKENDS = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue