djaodjin / djaodjin-saas

Django application for software-as-service and subscription businesses
Other
564 stars 124 forks source link

[Work-in-Progress] Notify when use charge is above limit (#278) #282

Closed Deep-Chill closed 10 months ago

Deep-Chill commented 12 months ago

Added a maximum limit field on the UseCharge model, logic to send a signal in record_use_charge method, a signal in signals.py, and a migrations file.