I am trying to customizing django admin app to achieve following requirements.
After when user hit 'add user', I want to make entries in some more databases related new user. I am using multiple databases with help of routers. How to catch this add user request.
I don't want to completely replace 'adding user' functionality but want to some extra features in it.
How to achieve this?
Please let me know any idea or example.
Thank you.