在 Django Admin 中隐藏 Auth 部分
在 Django 管理中,有什么方法可以隐藏“Auth”部分吗?假设这是 Django 和准系统项目的全新安装,没有应用程序,只有管理员。
In the Django Admin, is there any way to hide the "Auth" section? Assuming this is a clean installation of Django and barebones project with no apps, only admin.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用
admin.site.unregister
You can use
admin.site.unregister