feat: tailwind 4.0

This commit is contained in:
2025-01-23 14:30:02 +01:00
parent d5a4345600
commit 8039288b33
31 changed files with 108 additions and 1708 deletions
+1
View File
@@ -12,6 +12,7 @@ urlpatterns = [
path("tpv/", include("shop.urls", namespace="shop")),
]
if settings.DEBUG:
urlpatterns.append(path("__debug__/", include(debug_toolbar.urls)))
urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)