django-mssql

Connecting Django with MSSQL server

Connecting Django with MSSQL server Question: I’m trying to connect my Django app to SQL Server 2016. I’ve tried using django-pyodbc but it doesn’t support Django 1.11. Instead I installed django-mssql 1.8. When I try to run the application I get this error. TypeError was unhandled by user code Message: ‘NoneType’ object is not callable …

Total answers: 5