shoop.admin.modules.service_providers.views package

Module contents

class shoop.admin.modules.service_providers.views.ServiceProviderDeleteView(**kwargs)[source]

Bases: django.views.generic.edit.DeleteView

Constructor. 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.CreateOrUpdateView

Constructor. 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'
get_breadcrumb_parents()[source]
get_form(form_class=None)[source]
get_success_url()[source]
get_toolbar()[source]
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.PicotableListView

Constructor. 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>]
get_object_abstract(instance, item)[source]
get_type_display(instance)[source]
model

alias of ServiceProvider