Dobavlen funkcional importa i eksporta klientov s validaciey i umnym sliyaniem kontaktov

This commit is contained in:
2026-01-03 13:33:34 +03:00
parent 208c6b55de
commit 3248fadffa
7 changed files with 695 additions and 19 deletions

View File

@@ -7,6 +7,7 @@ urlpatterns = [
path('', views.customer_list, name='customer-list'),
path('create/', views.customer_create, name='customer-create'),
path('import/', views.customer_import, name='customer-import'),
path('import/download-errors/', views.customer_import_download_errors, name='customer-import-download-errors'),
path('export/', views.customer_export, name='customer-export'),
path('<int:pk>/', views.customer_detail, name='customer-detail'),
path('<int:pk>/delete/', views.customer_delete, name='customer-delete'),