Automatic linting

This commit is contained in:
Github-actions
2025-04-12 20:19:16 +00:00
parent c51353ed42
commit 8f6e6377f4

View File

@@ -352,6 +352,4 @@ if settings.DEBUG:
# urlpatterns.append(path('__debug__/', include('debug_toolbar.urls')))
if settings.EXPOSE_PROMETHEUS_METRICS:
urlpatterns += [
path(f'prometheus/', include('django_prometheus.urls'))
]
urlpatterns += [path(f'prometheus/', include('django_prometheus.urls'))]