Django
Run Dajngo project
- introduction
- Django installation
- Coming soon
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.
python manage.py runserver
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,