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 951ab49 commit ac0204cCopy full SHA for ac0204c
django_prometheus/apps.py
@@ -20,5 +20,5 @@ def ready(self):
20
are usually short-lived), but can be useful for debugging.
21
"""
22
SetupPrometheusExportsFromConfig()
23
- if getattr(settings, "PROMETHEUS_EXPORT_MIGRATIONS", True):
+ if getattr(settings, "PROMETHEUS_EXPORT_MIGRATIONS", False):
24
ExportMigrations()
0 commit comments