We had a similar problem and we resolved it by moving all the models into a separate internal python package. We can have a separate app in our django project also for writing models only and all other apps import models from there.
On Friday, 4 June 2021 at 06:07:53 UTC+5:30 Mike Dewhirst wrote: > I can see a ticket https://code.djangoproject.com/ticket/24686 which > would likely solve my current need to merge two apps. > > Is the code OK to try out? > > Happy to test it. > > Cheers > > Mike > > -- > Signed email is an absolute defence against phishing. This email has > been signed with my private key. If you import my public key you can > automatically decrypt my signature and be sure it came from me. Just > ask and I'll send it to you. Your email software can handle signing. > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/27fb1633-e8be-43e1-b92e-f92409347731n%40googlegroups.com.

