0

I made the item and quiz apps with the startapp command.

I added the apps to INSTALLED_APPS in settings.py, and registered them on the admin page.

admin.site.register(Item)

admin.site.register(Quiz)

In the admin page, Item tab and Quiz tab exist separately, and models can be modified in each tab.

I want to combine these two tabs into a tab called 'foo'.

How can I solve this?

0 Answers0