Skip to content

Commit ac0204c

Browse files
kaypee90kwabena
andauthored
Make export of migrations False by default (#313)
Co-authored-by: kwabena <[email protected]>
1 parent 951ab49 commit ac0204c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_prometheus/apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ def ready(self):
2020
are usually short-lived), but can be useful for debugging.
2121
"""
2222
SetupPrometheusExportsFromConfig()
23-
if getattr(settings, "PROMETHEUS_EXPORT_MIGRATIONS", True):
23+
if getattr(settings, "PROMETHEUS_EXPORT_MIGRATIONS", False):
2424
ExportMigrations()

0 commit comments

Comments
 (0)