I am running into a ProgrammingError when doing migrate, I think it may be related to the use of django-allauth with a custom user. Here is what I do
1/ Create a fresh d
You have to delete the migrations folder and then, you should do
python manage.py migrate --run-syncdb python manage.py migrate --fake appname