shuup.admin.modules.settings.views package¶
Submodules¶
shuup.admin.modules.settings.views.list module¶
-
class
shuup.admin.modules.settings.views.list.ListSettingsView(**kwargs)[source]¶ Bases:
django.views.generic.edit.FormViewConstructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
-
form_class¶ alias of
ColumnSettingsForm
-
template_name= 'shuup/admin/edit_settings.jinja'¶
-
shuup.admin.modules.settings.views.system module¶
-
class
shuup.admin.modules.settings.views.system.SystemSettingsView(**kwargs)[source]¶ Bases:
shuup.admin.form_part.FormPartsViewMixin,django.views.generic.edit.FormViewConstructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
-
form_class= None¶
-
template_name= 'shuup/admin/settings/edit.jinja'¶
-
base_form_part_classes= [<class 'shuup.admin.modules.settings.forms.system.OrderSettingsFormPart'>]¶
-
Module contents¶
-
class
shuup.admin.modules.settings.views.ListSettingsView(**kwargs)[source]¶ Bases:
django.views.generic.edit.FormViewConstructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
-
form_class¶ alias of
ColumnSettingsForm
-
template_name= 'shuup/admin/edit_settings.jinja'¶
-
-
class
shuup.admin.modules.settings.views.SystemSettingsView(**kwargs)[source]¶ Bases:
shuup.admin.form_part.FormPartsViewMixin,django.views.generic.edit.FormViewConstructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
-
base_form_part_classes= [<class 'shuup.admin.modules.settings.forms.system.OrderSettingsFormPart'>]¶
-
form_class= None¶
-
template_name= 'shuup/admin/settings/edit.jinja'¶
-