• Coming soon

Run Dajngo project



In this tutorial we will show how to run Django app on Browser and if you want to run your django app on browser follow this cmd.


if you run Django app on windows:-

python manage.py runserver

if you run Django app on Linux:-


python3 manage.py runserver

we show in this Image-:


after you will open your browser on given address,


Follow this steps for run Django app,