While studying Django for my own website, when I attempted to syncdb using $ python manage.py syncdb it throws an exception as below Creating tables … Creating table polls_poll Traceback (most recent call last): File "manage.py", line 14, in <module>…