Python Django : Create Web App (1st Tutorial)

Pubblicato il: 14 gennaio 2020
sul canale di: 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


In questa pagina del sito puoi guardare il video online Python Django : Create Web App (1st Tutorial) della durata di ore minuti seconda in buona qualità , che l'utente ha caricato 6 Dimension Technology 14 gennaio 2020, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 85 volte e gli è piaciuto 3 spettatori. Buona visione!