feat(backend): added profiling

This commit is contained in:
ITQ
2025-07-24 16:57:47 +03:00
parent 0eec2f2187
commit 925f820bfd
7 changed files with 59 additions and 0 deletions
+2
View File
@@ -18,6 +18,8 @@ urlpatterns = [
path("", include("api.urls")),
# Prometheus urls
path("", include("django_prometheus.urls")),
# Django-silk
path("silk/", include("silk.urls", namespace="silk")),
]