Skip to content

form_urls

django_spire.metric.visual.urls.form_urls

app_name = 'form' module-attribute

urlpatterns = [path('create/', form_views.create_view, name='create'), path('<int:pk>/update/', form_views.update_view, name='update'), path('<int:pk>/delete/', form_views.delete_view, name='delete'), path('<int:pk>/conditions/default/', form_views.set_default_conditions_view, name='set_default_conditions'), path('condition/create/', form_views.create_condition_view, name='create_condition'), path('condition/<int:pk>/update/', form_views.update_condition_view, name='update_condition'), path('condition/<int:pk>/delete/', form_views.delete_condition_view, name='delete_condition')] module-attribute