django-admin-shell
django-admin-shell copied to clipboard
Add user defined callback to be called on every shell execution
Adds a user defined callback option which can be defined in settings. This function will be called after every execution.
It helps with audit, e.g. saving all users executions into a database.