1👍
✅
Turns out Django’s inline feature combined with custom queryset returns is exactly what I needed to do everything I wanted, thanks @Hedde for the tip!
Read about inlines:
https://docs.djangoproject.com/en/dev/ref/contrib/admin/#inlinemodeladmin-objects
This helped in multiple ways, I just needed a push in the right direction:
formfield_for_foreignkey and Inline Admin
Source:stackexchange.com