feat: added tailwind

This commit is contained in:
2024-11-20 18:09:44 +01:00
parent 14d11cf0b9
commit 3783ec0942
21 changed files with 1698 additions and 10 deletions
+7 -1
View File
@@ -1,5 +1,11 @@
from django.urls import path
from tpv.views import transaction_created, webhook, payment_accepted, payment_rejected, payment_form
from tpv.views import (
transaction_created,
webhook,
payment_accepted,
payment_rejected,
payment_form,
)
app_name = "tpv"