We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f93d6 commit 87b1545Copy full SHA for 87b1545
django_prometheus/cache/backends/django_memcached_consul.py
@@ -1,3 +1,4 @@
1
+from __future__ import absolute_import
2
from django_memcached_consul import memcached
3
from django_prometheus.cache.metrics import (
4
django_cache_get_total, django_cache_hits_total, django_cache_misses_total)
0 commit comments