Inside your user app, you should have a folder migrations. It should only contain 0001_initial.py and __init__.py. Is that correct?
Try running ./manage.py sqlmigrate user 0001_initial and see what it does, because thats where the error comes from