I\'m trying to connect my Django app to SQL Server 2016. I\'ve tried using django-pyodbc but it doesn\'t support Django 1.11. Instead I installed django-mssql 1.8. When I try to
Following official django documentation (currently django 3.1) django-mssql-backend should be used. Django-MSSQL-backend django database adapter is a fork of django-pyodbc-azure which:
Other solutions django-pyodbc-azure, django-sqlserver and django-mssql as of 2020-11 look to be obsolete.