shuup.front.apps.simple_order_notification package
Subpackages
Submodules
shuup.front.apps.simple_order_notification.signal_handler module
- shuup.front.apps.simple_order_notification.signal_handler.send_simple_order_notification(sender, order, request, **kwargs)[source]
- Parameters:
order (shuup.core.models.Order) – Order
shuup.front.apps.simple_order_notification.templates module
Module contents
- class shuup.front.apps.simple_order_notification.SimpleOrderNotificationAppConfig(*args, **kwargs)[source]
Bases:
AppConfig
- name = 'shuup.front.apps.simple_order_notification'
- verbose_name = 'Shuup Frontend - Simple Order Notification'
- label = 'shuup_front_simple_order_notification'
- provides = {'admin_module': ['shuup.front.apps.simple_order_notification.admin_module:SimpleOrderNotificationModule']}
See /provides for details about the
provides
variable.