This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
|
||||
from backoffice.views import payments
|
||||
|
||||
urlpatterns = [
|
||||
path('', payments.PaymentListView.as_view(), name='payment_list'),
|
||||
]
|
||||
Reference in New Issue
Block a user