I already have a database with multiple tables and data in MS SQL Server. Now I want to use this database with my newly created Django project.
I have tried to use existing database with multiple tables and data to my new Django project. but i can’t.