1

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 ?

Cajuu'
  • 1,154
  • 2
  • 19
  • 50

1 Answers1

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.

Community
  • 1
  • 1
Hitul
  • 363
  • 1
  • 5
  • 11