windows10 Pycharm Community 2019.3 Python3.7
It is assumed that you are creating a Django project and application. See below Until Django application is created in the terminal
Go to your project directory and runserver
C:\python_project\venv_python_dev\Private_Diary_project>python manage.py runserver
With a browser http://127.0.0.1:8000/ Connected!
In the terminal, press "CTRL + C" to stop the web server
that's all