-
Notifications
You must be signed in to change notification settings - Fork 122
Getting started
Warren Chu edited this page Jan 4, 2021
·
9 revisions
-
Install pyodbc 3.0 (or newer) and Django 2.2 (or newer)
-
Install django-mssql-backend ::
pip install django-mssql-backend
-
Set the
ENGINE
setting in the settings.py file used by your Django application or project to'mssql'
module path ::'ENGINE': 'mssql'
-
Install pyodbc 3.0 (or newer) and Django 2.2 (or newer)
-
Install Microsoft ODBC Driver 17 for SQL Server (or equivalent)
-
Install django-mssql-backend ::
pip install django-mssql-backend
-
Set the
ENGINE
setting in the settings.py file used by your Django application or project to'mssql'
module path ::'ENGINE': 'mssql'