shoop.front.apps.personal_order_history package

Submodules

shoop.front.apps.personal_order_history.urls module

shoop.front.apps.personal_order_history.views module

class shoop.front.apps.personal_order_history.views.OrderViewMixin[source]

Bases: object

model

alias of Order

get_queryset()[source]
class shoop.front.apps.personal_order_history.views.OrderListView(**kwargs)[source]

Bases: shoop.front.apps.personal_order_history.views.OrderViewMixin, django.views.generic.list.ListView

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

template_name = 'shoop/personal_order_history/order_list.jinja'
context_object_name = 'orders'
class shoop.front.apps.personal_order_history.views.OrderDetailView(**kwargs)[source]

Bases: shoop.front.apps.personal_order_history.views.OrderViewMixin, django.views.generic.detail.DetailView

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

template_name = 'shoop/personal_order_history/order_detail.jinja'
context_object_name = 'order'

Module contents

class shoop.front.apps.personal_order_history.AppConfig(*args, **kwargs)[source]

Bases: shoop.apps.AppConfig

name = 'shoop.front.apps.personal_order_history'
verbose_name = <django.utils.functional.lazy.<locals>.__proxy__ object>
label = 'shoop_front.personal_order_history'
provides = {'front_urls': ['shoop.front.apps.personal_order_history.urls:urlpatterns']}