I am actually learning django and I've been working on their official tutorial. So far, everything looks great but unfortunately I was trying to change the admin panel look using Semantic-UI. I don't want to add / remove anything (forms / text / etc) but change its aspect. Can anybody give me some hints on how to achieve this ?
Asked
Active
Viewed 2,581 times
1 Answers
1
You can override django default Admin templates to implement sementic-ui in it. Follow How to override and extend basic Django admin templates? to learn how to override django default templates.