如何使用Django管理面板实现Semantic-UI

时间:2022-04-08 20:14:05

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 ?

我实际上正在学习django,我一直在研究他们的官方教程。到目前为止,一切看起来都很棒但不幸的是我试图使用Semantic-UI来改变管理面板外观。我不想添加/删除任何内容(表单/文本/等),但改变其方面。谁能给我一些关于如何实现这一目标的提示?

1 个解决方案

#1


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.

您可以覆盖django默认管理模板以在其中实现sementic-ui。关注如何覆盖和扩展基本的Django管理模板?学习如何覆盖django默认模板。

#1


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.

您可以覆盖django默认管理模板以在其中实现sementic-ui。关注如何覆盖和扩展基本的Django管理模板?学习如何覆盖django默认模板。