I am working on multiple django sites and have been limited in making my project look nice for clients.
For example in the same app I have two models images and image galleries. It would be so much nicer to just have an admin entry for galleries and in that a table of images.
That’s exactly what
InlineModelAdminis for. Taken a models.py like this:You create an admin.py like this and only register an admin class for the Gallery: