I have a problem with django migrations. I get this error:
django.db.migrations.exceptions.NodeNotFoundError: Migration user.0050_merge_20170523_1254
Next time when you rollback:
./manage.py migrate yourAppName 0012
(this is just the example number) and hit enterDo not just delete migrations! Hope that helps.