Remove silk
All checks were successful
Deploy to Server / deploy (push) Successful in 24s

This commit is contained in:
Joakim Hellsén 2026-05-10 19:52:02 +02:00
commit bc075bc95e
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
6 changed files with 7 additions and 16 deletions

View file

@ -62,5 +62,4 @@ if settings.DEBUG:
if not settings.TESTING:
from debug_toolbar.toolbar import debug_toolbar_urls
urlpatterns += [path("silk/", include("silk.urls", namespace="silk"))]
urlpatterns = [*urlpatterns, *debug_toolbar_urls()]