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 5741677 commit e301c9aCopy full SHA for e301c9a
django_prometheus/__init__.py
@@ -18,3 +18,6 @@
18
except ImportError:
19
# If people don't have pip, don't export anything.
20
pass
21
+
22
+if django.VERSION < (3, 2):
23
+ default_app_config = "django_prometheus.apps.DjangoPrometheusConfig"
0 commit comments