Hello,
When logged into Django Admin, I can see a header on view top with:
- "Django Administration" on the left
- 4 items on the right
+ "welcome Foo"
+ "View site" link
+ "Change password"
+ "Logout"
I want to a add a styled "Deploy" button, anywhere inside this header, so that, after editing data, logged Admin user, can trigger a custom action.
How can I implement this ?
Best regards