shuup.testing.modules.content package

Submodules

shuup.testing.modules.content.data module

shuup.testing.modules.content.forms module

class shuup.testing.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>)])
declared_fields = OrderedDict([('order_confirm_notification', <django.forms.fields.BooleanField object>)])
media
class shuup.testing.modules.content.forms.ContentWizardForm(**kwargs)[source]

Bases: django.forms.forms.Form

save()[source]

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

base_fields = OrderedDict()
declared_fields = OrderedDict()
media

shuup.testing.modules.content.views module

class shuup.testing.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 = 'Content & Behavior'
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