I create a new project in django and i was trying to connect to sql server 2019.
So i install sql-server-2019 and after install , i check if ODBC DRIvers was ok, and as you can see , all ok so far.
The next thing i do , was pip install django-pyodbc-azure
I have more packages instaled because i was testing with everyhing i find , and so far i allways have the same error.
it means conn = Database.connect(connstr, django.db.utils.InterfaceError: ('IM002', '[IM002] [Microsoft][ODBC Driver Manager] Data source name was not found and no predefined driver (0) (SQLDriverConnect) was specified)
and here is my settings.py from django:
I'm stuck here, I don't even know what I can to go on