6 lines
91 B
Python
6 lines
91 B
Python
from django.core.signals import Signal
|
|
|
|
|
|
clear_cart = Signal()
|
|
send_order_email = Signal()
|