feat: tailwind 4.0
This commit is contained in:
@@ -34,7 +34,6 @@ THIRD_PARTY_APPS = [
|
||||
"drf_spectacular",
|
||||
"gonk",
|
||||
"rest_framework_simplejwt",
|
||||
"tailwind",
|
||||
]
|
||||
|
||||
PROJECT_APPS = [
|
||||
|
||||
@@ -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