shuup.themes.classic_gray package

Submodules

shuup.themes.classic_gray.apps module

class shuup.themes.classic_gray.apps.AppConfig(*args, **kwargs)[source]

Bases: shuup.apps.AppConfig

name = 'shuup.themes.classic_gray'
label = 'shuup.themes.classic_gray'
provides = {'xtheme': 'shuup.themes.classic_gray.theme:ClassicGrayTheme'}

shuup.themes.classic_gray.theme module

class shuup.themes.classic_gray.theme.ClassicGrayTheme(settings_obj=None)[source]

Bases: shuup.xtheme.Theme

Initialize this theme, with an optional ThemeSettings object

Parameters:settings_obj (ThemeSettings|None) – A theme settings object for this theme, if one exists. Passing this in will avoid extraneous database queries.
identifier = 'shuup.themes.classic_gray'
name = 'Shuup Classic Gray Theme'
author = 'Shuup Team'
template_dir = 'classic_gray'
fields = [('show_welcome_text', <django.forms.fields.BooleanField object at 0x7fabc7e5dba8>)]
guide_template = 'classic_gray/admin/guide.jinja'
stylesheets = [{'identifier': 'default', 'name': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fabc6baf358>, 'images': [], 'stylesheet': 'shuup/front/css/style.css'}, {'identifier': 'midnight_blue', 'name': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fabc6bca940>, 'images': [], 'stylesheet': 'shuup/classic_gray/blue/style.css'}, {'identifier': 'candy_pink', 'name': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fabc6b80eb8>, 'images': [], 'stylesheet': 'shuup/classic_gray/pink/style.css'}]
get_view(view_name)[source]

Module contents