Q: I have a django project with 4 apps. The migrat...
# general
s
Q: I have a django project with 4 apps. The migrations in the different apps link to each other. I want to build each app separately with pants. My question is if I need to recreate the migrations such they have no dependency on other apps to be able to build them separately? Many thanks in advance!