You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*mssql-django* is a fork of [django-mssql-backend](https://pypi.org/project/django-mssql-backend/)
7
6
8
7
This project provides an enterprise database connectivity option for the Django Web Framework, with support for Microsoft SQL Server and Azure SQL Database.
9
8
@@ -15,9 +14,9 @@ We hope you enjoy using the MSSQL-Django 3rd party backend.
15
14
- Supports Microsoft SQL Server 2008/2008R2, 2012, 2014, 2016, 2017, 2019
16
15
- Passes most of the tests of the Django test suite
17
16
- Compatible with
18
-
`Micosoft ODBC Driver for SQL Server <https://docs.microsoft.com/en-us/sql/connect/odbc/microsoft-odbc-driver-for-sql-server>`__,
19
-
`SQL Server Native Client <https://msdn.microsoft.com/en-us/library/ms131321(v=sql.120).aspx>`__,
20
-
and `FreeTDS <http://www.freetds.org/>`__ ODBC drivers
17
+
[Micosoft ODBC Driver for SQL Server](https://docs.microsoft.com/en-us/sql/connect/odbc/microsoft-odbc-driver-for-sql-server),
18
+
[SQL Server Native Client](https://msdn.microsoft.com/en-us/library/ms131321(v=sql.120).aspx),
19
+
and [FreeTDS](http://www.freetds.org/) ODBC drivers
21
20
22
21
## Dependencies
23
22
@@ -32,7 +31,7 @@ We hope you enjoy using the MSSQL-Django 3rd party backend.
32
31
33
32
pip install mssql-django
34
33
35
-
3. Set the ``ENGINE`` setting in the settings.py file used by
34
+
3. Set the ``ENGINE`` setting in the `settings.py` file used by
36
35
your Django application or project to ``'mssql'``
37
36
38
37
``'ENGINE': 'mssql'``
@@ -107,14 +106,13 @@ Dictionary. Current available keys are:
107
106
108
107
- driver
109
108
110
-
String. ODBC Driver to use (``"ODBC Driver 13 for SQL Server"``,
109
+
String. ODBC Driver to use (``"ODBC Driver 17 for SQL Server"``,
111
110
``"SQL Server Native Client 11.0"``, ``"FreeTDS"`` etc).
0 commit comments