Django Tutorial #5 - Django Apps

preview_player
Показать описание
Hey ninjas, in this Django tutorial I'll explain exactly what django apps are and we we should use them in our project. Apps allow us to split our project up into modular sections.

----- COURSE LINKS:

======== Other Tutorials =========

----- NODE.JS TUTORIALS

----- MONGODB TUTORIALS

======== Social Links ==========

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

For those who using Django 2.0, the url is replaced by path so just typed this in the root urls.py: path('articles/', include('articles.urls')),
And for the urls.py in the articles app, can typed in different name like path('articles_home/', views.article_list),
Will solve the problem that the page keep returns NOT FOUND 404 error.
Its just seems weird route to me~

And thanks ninja for the hard work and awesome tutorials! I've learn a lot from you! :D

sivvie
Автор

Hey ninja you are some awesome man. I tried to learn codinf of django by others videos. But all are just throwing out words. But you are teaching what are the meanings of them and what is the meaning of this thing, this thing, etc. So it is so much easy to understand with its meaningfull way. you are the best teacher i have ever found. and you know i don't even follow any computer science degree but i followed your videos. Thank you ninja, You are savior

sandunnirmala
Автор

Probably the best explanation how everything thing is wired up. Thanks for taking the time to explain Projects/Apps, and difference emphasizing that url routes to view, -> templates. I think most other tutorials don't go into details step by step how everything ties in together. This was a very well laid out explanation using very simple concepts.

seth
Автор

6 years old, but still very useful.
Thanks for these tutorials.

With a bit of GPT help, and I'm able to do some interesting stuff.

yyjones
Автор

Thx dude! was being stucked with the urls, settings, views concepts for few days by someone else videos... and hence you solved all those puzzle in 15mins! Thank you!

keen
Автор

This is the best Django series ever! I am successfully being able to do everything perfectly.

maishacodes
Автор

Even though these tutorials are 3 years old, i came here to learn django from you, so many thanks and i wish this course gets updated

KhaledSAB
Автор

I was stuck on this for a while...wouldn't have tried again if it wasn't for you....thanks man

Anom
Автор

Thank you for explanation. Now I understand what is a project and what is an app within a Django project. Apps are like widgets that do some specific actions and that we can reuse in another project for example.

kibi
Автор

Bro ur tutorials are far better than many other tech channels

pulkitk
Автор

Love the graphic....you should be proud :) and the tutorials are well explained...thank you

reallyit
Автор

Paid for a Django course on Udemy and yet this is so much more intuitive! Thanks!

bradical
Автор

Welcome to the best django series in the entire universe, lol. I've been following since video 1

shariqhameed
Автор

Very kind to offer such great tutorials for free online! thank you very much for your help and your good way of teaching, you are the best

oussamaladhari
Автор

Enjoying these videos - wondering when the other videos will be released!!

joka
Автор

Your django series are really awesome. Thank you ninja 🤖🤖🤖

mabeleain
Автор

Hi - excellent video series. I don't know how you have done it but the resolution is great. Other atom-based videos are generally poor although they are put out in 1080. Thanks again.

iancarr
Автор

Wow, I am so impressed by your videos! Thank you so much!!

ewkaczka
Автор

Hats off to you man! your videos are helping alot.

saadhameed
Автор

Are Django apps similar to how Microservices work? In the way that there is a different application for each function of the app? Can these Django apps be split to run on different machines?

Aaron_walker