djangotest Try out django to run Create the virtual environment python -m venv venv Activate virtual environment (Windows command) venv\Scripts\activate Install Django pip install django Run the server python mysite\manage.py runserver