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.
admin の TabularInline モデルを User モデルに追加したいと思います。
そんなことどうしたらいいの?私は登録の責任を負わないからですか?
User モデルにインラインを追加できますか? 再登録できますか?
モデル オブジェクトの登録を解除し、カスタム デマンドで再登録できます。
admin.site.unregister(User) admin.site.register(User, YourCustomAdmin)