I've been reading for weeks and trying out alternatives to customize the Change_List (Inside the Django administration panel, where the list of components of our application is shown, allowing you to add, modify or eliminate it).
It happens that it shows a table with several records, next to a filter field and other options.
This is automatically generated using generic DJango forms. What I need is to adapt it to use Boostrap and Metronic, but without having to re-program all of me. Make the same generic template just by including the CSS tags and options to beautify it a bit.
Does anyone have any idea how to do that?
Greetings and thanks in advance