Django and Microsoft Visual Studio

Hello, I use to develop with Microsoft Visual Studio and I want to test some projects found on Github, but I realize that if there is no .sln file, I can not get it on MVS. So I tried to create a project from existing code but it doesn’t allow django projects.

Have you any idea how I can find projects on Github or anywhere developed with MVS and so, with a .sln present in the files ?

(The reason why I don’t use VSCode is that I learned how to handle django with MVS and so I don’t know how to run my application on VSCode, each time I try to “python manage.py runserver” I got an error, even if I try with a project with totally works on MVS (where I just have to click button Run Web Server)

Thanks