I'm facing problem while doing syncdb on heroku. I have a custom user model and when I try to sync,heroku gives this error.
django.db.utils.ProgrammingError: relation "auth_group" does not exist
I tried python manage.py makemigrations but nothing is getting resolved. Help me find the solution.