在Django admin (可能由django-grappelli支持)中,有没有办法将内联放在主窗体的右侧,而不是放在下面?
我希望将页面拆分为两列:左侧的主表单和右侧的相关项目(内联)。
谢谢
发布于 2011-11-13 07:18:55
您将需要覆盖管理模板:
https://docs.djangoproject.com/en/dev/intro/tutorial02/#customize-the-admin-look-and-feel
https://stackoverflow.com/questions/8108223
相似问题