This commit is contained in:
2025-04-22 13:40:09 +02:00
parent 63dffd1d80
commit 63556a1ac3
14 changed files with 221 additions and 344 deletions

View File

@@ -1,6 +1,6 @@
from django.urls import path
from . import views
# Create your URLs here.
urlpatterns = [
path('', views.clients_list, name='clients_list'), # Main page
path('table-one/', views.table_one_view, name='table_one'), # Table One