dj-stripe / dj-stripe

dj-stripe automatically syncs your Stripe Data to your local database as pre-implemented Django Models allowing you to use the Django ORM, in your code, to work with the data making it easier and faster.
https://dj-stripe.dev
MIT License
1.56k stars 474 forks source link

Transition to django signals #2006

Closed arnav13081994 closed 3 months ago

arnav13081994 commented 6 months ago

Transitions dj-stripe webhook handlers to use Django signals. Fix: #483