feat: page clients and create client

This commit is contained in:
2025-01-15 20:48:35 -03:00
parent dc21858b9a
commit 15af99f765
22 changed files with 319 additions and 9 deletions

View File

@@ -4,6 +4,8 @@ from . import views
urlpatterns = [
path('', views.clients, name='clients'),
path('createClient', views.createClient, name='createClient'),
path('payDebt', views.payDebt, name='payDebt'),