checkout/src/purchase/signals.py

5 lines
121 B
Python
Raw Normal View History

2022-09-25 21:08:44 +02:00
def basket_item_on_save(sender, **kwargs):
from purchase.models import CacheEtag
CacheEtag.get_solo().refresh()