Events queue application for Django. Can be used for monitoring or loging, or to build any events-based app. Features:
- Send events from code: they will be recorded into the db
- Monitoring on models: the events (create/save/delete) will be recorded according to the choosen log level
- Logs handler: to record the Django logs into the db
- Live feed: stream the events over websockets to a live dashboard with django-mqueue-livefeed.
Events can be linked to a model instance and a user instance.
Check the documentation
Note: to run the tests you will need django-fake-model
