I have a project working with sqlite3 (default database) and I am trying to use Microsoft SQL Server instead.
I was following these steps and I have already installed the pymssql package, but right now I don't know what I need to do to connect my Django to my SQL Server database.
settings.py