Trying to follow the tutorial at Django project.
The problem I\'ve come across is that when performing the command: python manage.py sql polls I\'m given th
python manage.py sql polls
You can either run python manage.py makemigration followed by python manage.py migrate or just delete migrations folder
python manage.py makemigration
python manage.py migrate