Hello friends, I hit a new wall and would apprecia...
# general
g
Hello friends, I hit a new wall and would appreciate your help 🙂 So I am following the example-django repo to migrate many django microservices to pants, the problem I am having now is when running tests that access the DB, or when I try to run
makemigrations
I am getting
django.db.migrations.exceptions.NodeNotFoundError: Migration app.0010_auto_20211020_1418 dependencies reference nonexistent parent node ('matching', '0009_auto-20211015')
I have double checked dependencies and everything is configured correctly AFAIK with the right dependencies showing. The error is showing for a different migration file everytime I run it, so it is not a problem with one specific migration file.