shuup.admin.views package¶
Submodules¶
shuup.admin.views.auth module¶
shuup.admin.views.dashboard module¶
shuup.admin.views.edit module¶
shuup.admin.views.home module¶
shuup.admin.views.impersonate module¶
shuup.admin.views.password module¶
-
class
shuup.admin.views.password.RequestPasswordView(**kwargs)[source]¶ Bases:
django.views.generic.edit.FormViewConstructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
-
template_name= 'shuup/admin/auth/request_password.jinja'¶
-
-
class
shuup.admin.views.password.ResetPasswordView(**kwargs)[source]¶ Bases:
django.views.generic.edit.FormViewConstructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
-
template_name= 'shuup/admin/auth/reset_password.jinja'¶
-
success_url= '/sa/'¶
-
token_generator= <django.contrib.auth.tokens.PasswordResetTokenGenerator object>¶
-
shuup.admin.views.search module¶
shuup.admin.views.select module¶
-
class
shuup.admin.views.select.MultiselectAjaxView(**kwargs)[source]¶ Bases:
django.views.generic.base.TemplateViewConstructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
-
model= None¶
-
search_fields= []¶
-
result_limit= 20¶
-
init_search_fields(cls)[source]¶ Configure the fields to use for searching.
If the
clsobject has a search_fields attribute, it will be used, otherwise, the class will be inspected and the attributenameortranslations__namewill mainly be used.Other fields will be used for already known
clsinstances.
-
shuup.admin.views.tour module¶
shuup.admin.views.wizard module¶
-
class
shuup.admin.views.wizard.WizardFormDef(**kwargs)[source]¶ Bases:
shuup.admin.views.wizard.WizardFormDefMixin,shuup.utils.form_group.FormDef
-
class
shuup.admin.views.wizard.TemplatedWizardFormDef(**kwargs)[source]¶ Bases:
shuup.admin.views.wizard.WizardFormDefMixin,shuup.admin.form_part.TemplatedFormDef
-
class
shuup.admin.views.wizard.WizardPane(request, object=None)[source]¶ Bases:
shuup.admin.form_part.FormPart-
identifier= None¶
-
title= None¶
-
text= None¶
-
icon= None¶
-
can_skip= False¶
-
editable= True¶
-