Register same model twice on admin - is there a way?

Yes, it can be done with a proxy model.

See Models | Django documentation | Django and the related thread about the admin at Multiple ModelAdmins/views for same model in Django admin

1 Like