[Answer]-How to attach multiple ModelAdmins to UserAdmin in Django?

1👍

✅

Try just putting another Inline inside the UserProfileAdmin, that will then place the UserProfileInline and SearchesInline in the UserProfileAdmin, then put admin.site.register(Searches) in admin.py. Unless I misunderstand the question.

Leave a comment