feat: added tailwind
This commit is contained in:
+7
-1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user