在 Django 管理首页添加链接
我创建了一个自定义视图来使一些数据输入更容易,并且我想在 Django 管理的首页上添加一个指向它的链接。有没有简单的方法可以做到这一点?
我想我可以覆盖默认的管理模板,但在这样做之前我只想确保没有更简单的事情我可以做。
I've created a custom view to make some data entry easier and I want to add a link to it on the front page of the Django admin. Is there an easy way to do this?
I suppose I could override the default admin template, but before I do that I just want to make sure there isn't something simpler I could do.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有更简单的了:覆盖模板:)
Nothing simpler: override the template :)