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
Simply delete folder app-name/migrations.
app-name/migrations
In Django 1.7 and Python 3.4 the solution I found is to delete this folder and everything works now.
Django 1.7
Python 3.4