Comment on Django Model Lifecycle Hooks – Inspired by Rails CallbacksComments−rsinger87OP8yHey all -Just wanted to share a little package I made to add lifecycle event hooks to Django models. I often find this style of hooking into events easier to reason about than Django's built-in Signals.Feedback is welcomed and appreciated.
Comments
Hey all -
Just wanted to share a little package I made to add lifecycle event hooks to Django models. I often find this style of hooking into events easier to reason about than Django's built-in Signals.
Feedback is welcomed and appreciated.