shuup.admin.modules.content package

Submodules

shuup.admin.modules.content.data module

shuup.admin.modules.content.forms module

class shuup.admin.modules.content.forms.BehaviorWizardForm(**kwargs)[source]

Bases: django.forms.forms.Form

save()[source]

Create and configure the selected objects if needed

base_fields = OrderedDict([('order_confirm_notification', <django.forms.fields.BooleanField object at 0x7fabcd591a90>)])
declared_fields = OrderedDict([('order_confirm_notification', <django.forms.fields.BooleanField object at 0x7fabcd591a90>)])
media
class shuup.admin.modules.content.forms.ContentWizardForm(**kwargs)[source]

Bases: django.forms.forms.Form

save()[source]

Generate the selected pages is SimpleCMS is installed. Generate the Footer if xTheme is installed.

base_fields = OrderedDict()
declared_fields = OrderedDict()
media

shuup.admin.modules.content.views module

class shuup.admin.modules.content.views.ContentWizardPane(request, object=None)[source]

Bases: shuup.admin.views.wizard.WizardPane

Wizard Pane to add initial content pages and configure some behaviors of the shop

identifier = 'content'
icon = 'shuup_admin/img/configure.png'
title = <django.utils.functional.lazy.<locals>.__proxy__ object>
visible()[source]
valid()[source]

This pane will be only valid when at least SimpleCMS or xTheme or Notify are in INSTALLED APPS

text
get_form_defs()[source]
form_valid(form)[source]

Module contents