Failed to open the referenced table 'account_account' + django

Solution is

python manage.py makemigrations account
python manage.py migrate

Add new comment