Hi everyone,
I have a developed project in which I am trying to use sqlserver instead of the default sqlite database.
While I do the changes I get the following error
django.db.utils.InterfaceError: ('IM002', '[IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified (0) (SQLDriverConnect)')
Please help if anyone knows how to solve this issue or change default database to sqlserver
Thanks in Advance