简体   繁体   中英

How to change admin panel in django

I want change html, css, javascript of django admin panel because default admin panel is very ugly. How to change html, css and javascript of django admin panel. Is it possible?

for that i will suggest you to read this full documentation of django for admin panel here is the link

in short form you have to visit this link https://docs.djangoproject.com/en/3.2/ref/contrib/admin/ and here yo will find all the admin related template download it and in your main projects template folder create a folder name admin and in that paste and do the changes as you want but be very careful while working in these template and for customizing model you have to change you admin.py acc to your need you will find all the detail how to do it in first mentioned link

i would recommend you to please read the full documentation and then start implementing it

hope this will help happy coding

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM