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:
django.views.generic.base.TemplateViewConstructor. 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:
django.forms.forms.Form-
base_fields= OrderedDict()¶
-
declared_fields= OrderedDict()¶
-
media¶
-
-
class
shuup.admin.modules.system.views.telemetry.TelemetryWizardPane(request, object=None)[source]¶ Bases:
shuup.admin.views.wizard.WizardPaneWizard 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'¶
-
Module contents¶
-
class
shuup.admin.modules.system.views.TelemetryWizardPane(request, object=None)[source]¶ Bases:
shuup.admin.views.wizard.WizardPaneWizard Pane to add initial content pages and configure some behaviors of the shop
-
icon= 'shuup_admin/img/configure.png'¶
-
identifier= 'telemetry'¶
-
text= 'Telemetry'¶
-
title= 'Telemetry'¶
-