feat: tailwind 4.0
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user