I keep getting the following error when doing a migration (python manage.py migrate):
django.db.utils.ProgrammingError: column \"name\" of relation \"django_
For me, I ran makemigrations for each of my INSTALLED_APPS with this command:
python manage.py makemigrations compressor
change compressor with your INSTALLED_APPS. then successfully migrated with this command:
python manage.py migrate