shoop.admin.views package

Submodules

shoop.admin.views.dashboard module

class shoop.admin.views.dashboard.DashboardView(**kwargs)[source]

Bases: django.views.generic.base.TemplateView

Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.

template_name = 'shoop/admin/dashboard/dashboard.jinja'
get_context_data(**kwargs)[source]
get(request, *args, **kwargs)[source]

shoop.admin.views.menu module

class shoop.admin.views.menu.MenuView(**kwargs)[source]

Bases: django.views.generic.base.TemplateView

Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.

template_name = 'shoop/admin/base/_main_menu.jinja'

shoop.admin.views.search module

shoop.admin.views.search.get_search_results(request, query)[source]
class shoop.admin.views.search.SearchView(**kwargs)[source]

Bases: django.views.generic.base.View

Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.

get(request, *args, **kwargs)[source]

shoop.admin.views.select module

class shoop.admin.views.select.MultiselectAjaxView(**kwargs)[source]

Bases: django.views.generic.base.TemplateView

Constructor. 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]
get_data(request, *args, **kwargs)[source]
get(request, *args, **kwargs)[source]

Module contents