checkout/src/purchase/signals.py
2023-03-25 20:01:14 +01:00

5 lines
129 B
Python

def basket_item_on_save(sender, **kwargs): # noqa: ARG001
from purchase.models import Cache
Cache.get_solo().refresh()