discovered 03 Aug 2026
django-rest-hooks
→ View on GitHubDjango REST Hooks is a library that enhances the functionality of webhooks by providing a framework for managing RESTful subscriptions in Django applications. Its primary use case is to enable real-time notifications for various events, such as model creations, updates, and deletions, through an easily extensible system that leverages Django's signals framework. Notable features include support for custom actions and payloads, built-in zero-config handling for basic CRUD operations, and the ability to define an arbitrary number of hooks tied to different events.