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 16fdcc3 commit 2a27ac2Copy full SHA for 2a27ac2
src/common/core/management/commands/docgen.py
@@ -24,6 +24,8 @@ def add_arguments(self, parser: CommandParser) -> None:
24
metric_parser.set_defaults(handle_method=self.handle_metrics)
25
26
def initialise(self) -> None:
27
+ from common.gunicorn import metrics # noqa: F401
28
+
29
autodiscover_modules(
30
"metrics",
31
)
0 commit comments