[Answered ]-Using SQL Server backend with Django

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

Leave a comment