4. Django: Online shopping Website - Adding Template and View using Python Django | Django Tutorials

Pubblicato il: 18 settembre 2022
sul canale di: Make With Tech
56
1

We are in the process of creating the online shopping website. In this video we will add the templates and view to our current website. It will render simple html pages, complexity will be added in upcoming videos.


Provided below the commands for adding model:
py manage.py startapp Order
py manage.py makemigrations py manage.py migrate

To add view and Template


1. add views.py 
2. add templates folder 
3. add index.html 
4. in settings.py add 'DIRS': [BASE_DIR, "templates"], in Templates 


#django #python #webdevelopment


In questa pagina del sito puoi guardare il video online 4. Django: Online shopping Website - Adding Template and View using Python Django | Django Tutorials della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Make With Tech 18 settembre 2022, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 56 volte e gli è piaciuto 1 spettatori. Buona visione!