We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1845d commit 686ab89Copy full SHA for 686ab89
README.md
@@ -28,9 +28,9 @@ We hope you enjoy using the MSSQL-Django 3rd party backend.
28
29
1. Install pyodbc 3.0 (or newer) and Django 2.2 (or newer)
30
31
-2. Install django-mssql-backend ::
+2. Install mssql-django ::
32
33
- pip install django-mssql-backend
+ pip install mssql-django
34
35
3. Set the ``ENGINE`` setting in the settings.py file used by
36
your Django application or project to ``'mssql'``
0 commit comments