shoop.front.apps.simple_order_notification package

Submodules

shoop.front.apps.simple_order_notification.templates module

Module contents

shoop.front.apps.simple_order_notification.send_simple_order_notification(sender, order, request, **kwargs)[source]
Parameters:order (shoop.core.models.Order) – Order
class shoop.front.apps.simple_order_notification.SimpleOrderNotificationAppConfig(*args, **kwargs)[source]

Bases: shoop.apps.AppConfig

name = 'shoop.front.apps.simple_order_notification'
verbose_name = 'Shoop Frontend - Simple Order Notification'
label = 'shoop_front.simple_order_notification'
provides = {'admin_module': ['shoop.front.apps.simple_order_notification.admin_module:SimpleOrderNotificationModule']}
ready()[source]