Python Django : Create Web App (1st Tutorial)

Publicado el: 14 enero 2020
en el canal de: 6 Dimension Technology
85
3

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


En esta página del sitio puede ver el video en línea Python Django : Create Web App (1st Tutorial) de Duración hora minuto segunda en buena calidad , que subió el usuario 6 Dimension Technology 14 enero 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 85 veces y le gustó 3 a los espectadores. Disfruta viendo!