shuup.admin.modules.menu.views package
Submodules
shuup.admin.modules.menu.views.arrange module
- class shuup.admin.modules.menu.views.arrange.AdminMenuArrangeView(**kwargs)[source]
Bases:
TemplateView
Retrieve menus from configuration or display default
Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
- template_name = 'shuup/admin/menu/arrange.jinja'
- success_url = '/sa/menu/your/'
- reset_url = '/sa/menu/reset/'
- class shuup.admin.modules.menu.views.arrange.AdminMenuResetView(**kwargs)[source]
Bases:
RedirectView
Reset admin menu to default values
Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
- permanent = False
- url = '/sa/menu/your/'
- class shuup.admin.modules.menu.views.arrange.SuperUserMenuArrangeView(**kwargs)[source]
Bases:
AdminMenuArrangeView
Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
- success_url = '/sa/menu/superuser/'
- reset_url = '/sa/menu/reset/superuser/'
- class shuup.admin.modules.menu.views.arrange.SuperUserMenuResetView(**kwargs)[source]
Bases:
AdminMenuResetView
Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
- url = '/sa/menu/superuser/'
- class shuup.admin.modules.menu.views.arrange.StaffMenuArrangeView(**kwargs)[source]
Bases:
AdminMenuArrangeView
Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
- success_url = '/sa/menu/staff/'
- reset_url = '/sa/menu/reset/staff/'
- class shuup.admin.modules.menu.views.arrange.StaffMenuResetView(**kwargs)[source]
Bases:
AdminMenuResetView
Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
- url = '/sa/menu/staff/'
- class shuup.admin.modules.menu.views.arrange.SupplierMenuArrangeView(**kwargs)[source]
Bases:
AdminMenuArrangeView
Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
- success_url = '/sa/menu/supplier/'
- reset_url = '/sa/menu/reset/supplier/'