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'
- class shuup.admin.modules.system.views.telemetry.TelemetryWizardForm(**kwargs)[source]
Bases:
Form
- 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'