shoop.admin.modules.service_providers.views package¶
Module contents¶
-
class
shoop.admin.modules.service_providers.views.ServiceProviderDeleteView(**kwargs)[source]¶ Bases:
django.views.generic.edit.DeleteViewConstructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
-
model¶ alias of
ServiceProvider
-
success_url= <django.utils.functional.lazy.<locals>.__proxy__ object>¶
-
-
class
shoop.admin.modules.service_providers.views.ServiceProviderEditView(**kwargs)[source]¶ Bases:
shoop.admin.utils.views.CreateOrUpdateViewConstructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
-
add_form_errors_as_messages= True¶
-
context_object_name= 'service_provider'¶
-
form_class¶ alias of
Form
-
form_provide_key= 'service_provider_admin_form'¶
-
model¶ alias of
ServiceProvider
-
template_name= 'shoop/admin/service_providers/edit.jinja'¶
-
title¶
-
-
class
shoop.admin.modules.service_providers.views.ServiceProviderListView(**kwargs)[source]¶ Bases:
shoop.admin.utils.views.PicotableListViewConstructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
-
columns= [<shoop.admin.utils.picotable.Column object at 0x7f5303b7b438>, <shoop.admin.utils.picotable.Column object at 0x7f5302954048>]¶
-
model¶ alias of
ServiceProvider
-