Articles → DJANGO → Run our first application in djangoRun our first application in djangoIn this article, we will run our first application in django.Run your first application To run the application 1. Open command prompt. 2. Go to the root directory of the project (where manage.py file is there) 3. Enter the following command<python_path>\python manage.py runserver 8080Here is the output of the commandClick to EnlargeCopy the URL and paste it browser. If there is no error in the project, then following page will comeClick to EnlargePosted By - Karan Gupta Posted On - Sunday, June 9, 2019 Query/Feedback Your Email Id Subject Query/Feedback Characters remaining 250
<python_path>\python manage.py runserver 8080
Query/Feedback