Files
shoppy/shop/signals.py
T

5 lines
90 B
Python

from django.core.signals import Signal
clear_cart = Signal()
send_order_email = Signal()