How to connect django to MS-SQL server in pycharm?

error as No matching distribution found for ms-sql"

I am unable to connect to the ms-sql server with the command "pip install ms-sql django".

In previous projects, I was able to connect using the same command. it's not working now.

This command uninstalls Django 4.1.1 version and installs the 4.0.7 version. But, now, its giving an error. Is there any update? please advise how to connect django to MS-SQL server using pycharm.

Back to Top