shuup.admin.modules.system.views package

Submodules

shuup.admin.modules.system.views.telemetry module

class shuup.admin.modules.system.views.telemetry.TelemetryView(**kwargs)[source]

Bases: TemplateView

Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.

template_name = 'shuup/admin/system/telemetry.jinja'
get_context_data(**kwargs)[source]
get(request, *args, **kwargs)[source]
post(request, *args, **kwargs)[source]
class shuup.admin.modules.system.views.telemetry.TelemetryWizardForm(**kwargs)[source]

Bases: Form

__init__(**kwargs)[source]
save()[source]
base_fields = {}
declared_fields = {}
property media

Return all media required to render the widgets on this form.

class shuup.admin.modules.system.views.telemetry.TelemetryWizardPane(request, object=None)[source]

Bases: WizardPane

Wizard Pane to add initial content pages and configure some behaviors of the shop

identifier = 'telemetry'
icon = 'shuup_admin/img/configure.png'
title = 'Telemetry'
text = 'Telemetry'
visible()[source]

Returns whether this pane is visible for editing.

valid()[source]

Returns whether this pane is valid and should be included in wizard pane list.

get_form_defs()[source]
form_valid(form)[source]

Module contents

class shuup.admin.modules.system.views.TelemetryWizardPane(request, object=None)[source]

Bases: WizardPane

Wizard Pane to add initial content pages and configure some behaviors of the shop

form_valid(form)[source]
get_form_defs()[source]
icon = 'shuup_admin/img/configure.png'
identifier = 'telemetry'
text = 'Telemetry'
title = 'Telemetry'
valid()[source]

Returns whether this pane is valid and should be included in wizard pane list.

visible()[source]

Returns whether this pane is visible for editing.