Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 django 的日程安排框架,但它看起来不正确,而且它在功能上也被破坏了,尽管只是在前端。我的猜测是 Javascript (jquery?) 不能正常工作。
这就是它应该看起来的样子
对比
这就是它的实际样子
有人知道问题可能是什么吗?任何帮助将非常感激。
我在框架的 github 问题页面中进行了一些挖掘,显然有很多人有同样的问题。我得出的结论是开箱即用,而且我没有做错任何事(至少造成这种外观)。我将尝试制作自己的视图和模板。