Articles → DJANGO → Run Our First Application In Django
Run Our First Application In Django
Run Your First Application
- Open command prompt.
- Go to the root directory of the project (where manage.py file is there)
- Enter the following command
<python_path>\python manage.py runserver 8080
Click to Enlarge
Click to Enlarge