Python Django : Create Web App (1st Tutorial)

Publicado em: 14 Janeiro 2020
no 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


Nesta página do site você pode assistir ao vídeo on-line Python Django : Create Web App (1st Tutorial) duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário 6 Dimension Technology 14 Janeiro 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 85 vezes e gostou 3 espectadores. Boa visualização!