Django is arguably the most popular web framework in the python programming language because of its robust architecture and vast documentation. However I have found deploying in the virtual Machine of a linux distro is quite tough that even chatgpt couldn't help that much
In order to deploy your project you first have to have a project. Lets assume you have a working project in the centOs distro where you have installed python3 and its dependencies for the project. Lets call the project my_demo_project
So running this command wonk cause to any errors
python3 manage.py runserver