A Django database backend for Microsoft SQL Server. Version 2.8.1 is the latest stable release. Provides support for SQL Server connections using pyodbc. Maintenance mode but still actively used.
pip install django-mssql-backendNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configure Django to use the mssql backend. Ensure ODBC driver is installed.
Use ENGINE: 'mssql' in DATABASES setting.
Use Python 3.6+ and Django 2.2+.
Install Microsoft ODBC Driver for SQL Server from Microsoft website.
Uninstall one to avoid import errors.