Hello Guys
I am new to django. i am working on a web app and one of the requirements in the application is a dropdown list in the header that displays the number of users registered to a company that logins( The list is limited to just 10 users). so this list needs to be there for all the pages which the company has access to.
How do i make this list dynamic. Can i create a reusable component or plugin that will just display this in the layout when i call it.
Is there any other way of displaying this.