Python Django App & Templates tutorial

preview_player
Показать описание

In this Python Django app & templates tutorial, you will learn how one Django project may have many modular apps inside. You will also learn about Django templates and how they can be extended for other web pages.

⭐ Become a full-stack dev with Zero To Mastery Courses:

👇 Follow Me On Social Media:

Python Django App & Templates tutorial

(00:00) Intro
(00:05) Welcome
(00:26) Starter Code
(00:37) Start Your Virtual Environment
(01:20) Useful VS Code Extensions
(02:29) What are Django Apps?
(03:17) Create a Django App
(04:06) App views Pt. 1
(04:47) Add Your App to the Project
(05:27) App Template Pt. 1
(06:27) Emmet File Associations
(07:31) App Template Pt. 2
(07:50) App urls
(09:36) App views Pt. 2
(10:03) Linking App urls to the Project
(11:34) Running the server
(13:10) Adding CSS
(13:47) Creating a Base Layout Template
(18:11) Extending the Layout Template
(21:06) Viewing the Pages

📚 Tutorial References:

Was this Python Django App & Templates tutorial for beginners helpful? If so, please share. Let me know your thoughts in the comments.

#python #django #app
Рекомендации по теме
Комментарии
Автор

You are the best, Dave. Your tutorials helped me land my first job.

SaurabhSharma-gxbp
Автор

One of the things that makes me most happy is to see that you're using a version of the project I started years ago named MSYS in coordination with the original MinGW project. Open Source is awesome!

eboyd
Автор

Every time I go through these I really pray for you. Thanks once again

aftabahmad
Автор

Thanks Dave! Make this Django course as long as possible, I meant in depth video. Making a CRUD application would be very nice.

TheAliAhad
Автор

Thanks for this one, too Dave. Keep 'em coming!

gerryhoekema
Автор

Thank you Dave! You use 23 minutes or so to explain it much more clearly than Chinese 2h teaching videos here for the same content😂 You are the best awesome teacher in my heart now!!!❤ Followed. ❤ Will watch all of the rest tutorials one by one!

chloesong
Автор

Thank you Dave for providing this amazing content for free. you are a truly skilled teacher. god bless you.

aliben
Автор

Thanks to you Dave, I love your tutorials. we owe you a lot 🌻

aghil_shoja
Автор

Thanks dave ❤ for starting this django series

anjaneyulub
Автор

It really helped me, probably the best tutorial on YouTube

mrhhgaming
Автор

your explanation is so good man, luv u❤❤

aminkt
Автор

You just about lost me with these posts and post lists and nested folders, but I'm trying to keep up. With a background as a self-taught python dev, I want so badly to make the leap to web development to showcase some of my python code. Thanks for the lessons. Looking forward to the next one.

CoryFleischman
Автор

It is very huge savab thank you my teacher

NewYorker_TV
Автор

You are legend brother. Please make tutorials for how applaud website on cloud .

ahmadshabaz
Автор

Hello from Brazil. Thanks for your videos

remomagalhaes
Автор

Hi Dave, thanks for your constant output. I learned django a couple of years ago and made a couple of personal projects but it seems like the job market doesn't have many demand on this framework. I guess probably because of its slow speed and it is not SPA. I personally like the framework, especially for new learners in web dev. please do cover django rest framework too in the future. i know a little about the django rest but I would like to learn more about relation between models and serializers (especially how to serialize referenced foreigh key frield) and how to choose views vs viewsets. btw if you can cover MySql integration and some details about diff ways of authentication in this current series that would be great. sorry asking too much I guess..

dandelion
Автор

Tanks for making this available. For some reason I can not find why my layout does not put the nav bar at the top

MiDiCur
Автор

still waiting for next video .... sir your teaching is next level

itwing
Автор

Hello, how are you, my esteemed teacher? Thank you for this course. I am currently learning the Django framework and I want to use it with Vue.js 3. Do I need to be completely proficient in Django? Because I hear many opinions; some say you need to learn Django REST Framework (DRF). Things are not clear enough for me. I am a frontend developer using Vue.js 3, and my goal is to become a full stack developer by using Vue.js and Django together. What are your tips to become a full stack developer? And if possible, could you provide me with a study plan?

---

mahmoudakram
Автор

So, I have a question: Why are some companies asking for SQL knowledge when most frameworks just abstract away the SQL with ORMs?

From what I have learned sofar, Django/Flask are build around using SQL Alchemy to avoid dealing with SQL.
Tried learning to work with SQL databases with React and same, everyone is using Sequelize.
Isn't using an ORM basically the same as using a document based database?

isaacreyes