Dobavlen funkcional importa i eksporta klientov s validaciey i umnym sliyaniem kontaktov
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user