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.
Source:stackexchange.com