I want to hide some models from admin index page and app page. For example, these that I have visible in inlines
as related objects.
One more point, I want to keep the ability to work with change_view
and add_view
, but not list_view
of that model.
Tried to find any hints in admin/templates/admin/*.html
files, but haven't found anything helpful.
Is it possible without "hacks", monkey-patching and external libraries?