This video is about how to create Web App using Python Django Web Framework.
Welcome to Python Django : Create Web App (1st Tutorial)
1. Make sure Python, PIP, IDE and Virtual Environment is installed and configured.
Note* I'll using VSCODE IDE
Steps :
1. mkdir (foldername) (Where you want to keep Django Whole Project)
2. cd (foldername)
3. then create virtual environment (python -m venv (anyVirtualEnvName))
4. then go to, cd (anyVirtualEnvName)\Scripts
5. type activate and install django (pip install django)
6. back to (foldername) open VSCODE
7. create django project (django-admin startproject (projectname))
8. then go to, cd (projectname)
9. create django app (python manage.py startapp (appname))
10. then make migrations (python manage.py makemigrations)
11. then migrate (python manage.py migrate)
12. then runserver (python manage.py runserver)
13. go to http://127.0.0.1:8000/ or http://localhost:8000/
14. You web app running successfully
Thank You
On this page of the site you can watch the video online Python Django : Create Web App (1st Tutorial) with a duration of hours minute second in good quality, which was uploaded by the user 6 Dimension Technology 14 January 2020, share the link with friends and acquaintances, this video has already been watched 85 times on youtube and it was liked by 3 viewers. Enjoy your viewing!