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 f5f89f4 commit 80c6793Copy full SHA for 80c6793
django_prometheus/__init__.py
@@ -2,11 +2,11 @@
2
3
https://github.com/korfuri/django-prometheus
4
"""
5
-import django
6
7
# Import all files that define metrics. This has the effect that
8
# `import django_prometheus` will always instantiate all metric
9
# objects right away.
+import django
10
from django_prometheus import middleware, models
11
12
__all__ = ["middleware", "models", "pip_prometheus"]
0 commit comments