If you run `./pants dependencies path/to/manage.py...
# general
h
If you run
./pants dependencies path/to/manage.py
do you see `matching`'s migrations in there?
g
Yes
I explicitly added the dependency on migrations in my django app
okay, one day lost but finally found the problem. I renamed the app as part of me restructuring the repo and didn't notice that migrations files mention the app name. You comment gave me a lead, thanks 🙂
👍 1