Permalink change_list of the administrative panel in Django

0

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

    
asked by elMor3no 31.10.2017 в 19:31
source

1 answer

0

I answer myself ...

Just edit the template change_list_result.html to modify the table. In the case of the search field, it is only necessary to modify the search_form.html

Greetings

    
answered by 31.10.2017 в 21:17