1👍
You need django-mssql
which is imported using import sqlserver_ado
The relevant info from the django-mssql docs:
Although the project is named django-mssql the python module is named sqlserver_ado
Python
This backend requires Python 2.6 or newer. Python 3.x support will be investigated when Django supports it.
The django packages page shows no support for python 3
Source:stackexchange.com