2👍
✅
it seem to me that you are using the old repo for django-pyodbc at http://code.google.com/p/django-pyodbc/
make sure to cleanly uninstall the old version and then reinstall
pip uninstall sql-server.pyodbc
pip install git+https://github.com/avidal/django-pyodbc.git
Source:stackexchange.com