This is a great video for engineers like me who learned Django as a main framework while learning Web Development at all, but then haven't used it for several years. Thanks a lot.
Apps: Small pieces of a project that make up an entire website Views: Functions (or classes) responsible for processing user requests when they click on a URL on the website URLpatterns: A list of paths to URLs Models: Class based representations of database tables
Seriously though! I’ve been building my first project for about a week now and I somewhat understand all the different parts. But this was super helpful to clarify the overall way everything connects together and just how Django works. Thanks!
it's a great video, bro. Worth watching this video rather than reading articles for a week to understand Django core concepts. You explained the Basement of constructing the django-project in a very clear way. You are a very good person 😊
Hi Dennis, I'm from Pakistan. Thank you so much, I also bought your course on Udemy, The way you explain concepts is very unique and easy for beginners. It was not easy for me to learn as fast as I'm learning If I didn't take your course. Last week, I got a job as Junior Django Developer, even still I have not completed the course. But the confidence after learning concepts, this was only possible by your course. Thank you so much.
Just started working with Django/Python last week. I wish I came and watch this video First (could have same me some frustration and figuring out the logic). All great info /advice. Definately earned a subscriber just with this video.
I had been searching for an answer to a functionality in my on going django diary app project. But I found the SOLUTION yesterday by watching your To Do List App tutorial. You're a life saver. Thanks Dennis may God bless you for the good work.
Dennis I don’t hardly ever post but I have bought your course on Udemy and currently watching it you break it down and explain it really good keep up the good work hope you keep putting up Django knowledge up keep doing you man Don’t Quit! 💪
Thanks dennis because of your tutorials i have learnt most of the concepts which you mentioned and thanks to you i was able to make a whole working website on my own.
Your course is very good, even for a beginner like me. I am not saying it is easy though. Lots of new terminology but I think the coding is easily followed.
Will recommend Django 2021 course by Dennis ivy helped a lot. You Will learn most of the valueable and important topics of Django. Thanks Dennis for the course and thanks for other things u done for me...
Dude, amazing wrap up! I have been developing my apps in python the old way! this will make my development so much easy. Sometimes it was easier for me to code from scratch rather than investigate xD
Hi Dennis..Hope you are googd..I really do appreciate all of your videos, i easily learn with them..You have a nice way to explain concepts...I started learning Django this year around April.. I never knew what Django really was..but with your help now i can build some projects on my own..Thanks a lot man..
Hello Dennis, I am from Chennai, India. Professionally, I am an independent author & publisher. I learnt all the nitty gritty, of being an author & publisher. But, when it came to genuine selling, I found out that a simple website, is utmost essential. After being battered by junk website creators, I managed to write the content myself & learn the other frame works. Finally, I managed to create a acceptable website building a team. After completion, the team has vanished leaving me alone. Now I need to exercise my admin-ship, run & maintain my site.Any valued suggestions, please.
@Dennis Ivy and your course. 3:50 you say that you like to build out your own user interface. So by this do you mean, modifying how the Django admin works so you keep the permissions/security of it or do you totally replace it and make your own user interface? And is either of these things covered in your course? I have never found a Django course that shows you how to customize the admin's look in detail so that's a huge selling point for me.
I wouldn’t include it as a main category because it has a unique use case. Not every application needs real time communication or any of the other things that are possible with Channels. I tried to focus on things that most everything application would need.
gr8 vid like always, i wanna ask u about django rest is there a way to change to format of the json data result form "first_name": "any" to "firstName": "any", i wanna follow this format for rest is there a way to do it?
Hi Sir thanks for great courses how can I buy your django courses and what I have to do if time in my country don't match to live course? My goal is to learn django until 2022 please give advice.
Hello Sir, They said if we want to learn Web Development, we should have a project in mind. Now, I want to build a Social Network. But I hope to use Next.JS and Django. Can you do a Course that teaches us how to build a Social Network like Facebook, using Next.JS and Django? Regards.
Hi Dennis, I really love your tutorials and other videos. Can you please also make a tutorial for customised themes for admin panel that Django provides.
While making a website using html or css in django I stucked when I connected the html page to backend to perform some task.i graduate I know python at moderate level so I want to ask you what should my first topic for learning?
@@SumitSinghzz I cover this in several videos. It’s definitely an important concepts to learn. Check out this video I did with traversy media and see if you can understand templates here: time stamp it at 39:55 th-cam.com/video/PtQiiknWUcI/w-d-xo.html
@@SumitSinghzzI think you should work on your English since it goes hand in hand with programming, you can't learn the latter without having a good grasp on the former.
Woow amazing ur big fan❤️❤️ but plz tell me that i want toearn money as well as to become a great beckend dev so i choose django but question is now about money. Plz tell me...
Can someone help give me some clarification on whether its ok to pursue back end development languages like python as a begginer? I've heard so many people say it's better to start front end and it's very hard to get back end jobs as a junior because it requires more experience. Thank you to anyone who helps.
Don't forget to check out my Complete Django Course: dub.sh/jFQoWxT
This is a great video for engineers like me who learned Django as a main framework while learning Web Development at all, but then haven't used it for several years. Thanks a lot.
It’s been over a year since I touched Django. This is a good refresher 🔥
you dont touch django django touches you
@@deheinrich4785my uncle django 😢
I'm learning Django and this came at the perfect time. Thanks, Dennis
Apps: Small pieces of a project that make up an entire website
Views: Functions (or classes) responsible for processing user requests when they click on a URL on the website
URLpatterns: A list of paths to URLs
Models: Class based representations of database tables
Seriously helpful for everyone who just wanted to know Django in just 10min!!!!! Keep Experimenting and growing sir!!!!! Thank you
It was fun making this video, different but I wanted to try something new ;)
Seriously though! I’ve been building my first project for about a week now and I somewhat understand all the different parts. But this was super helpful to clarify the overall way everything connects together and just how Django works. Thanks!
it's a great video, bro. Worth watching this video rather than reading articles for a week to understand Django core concepts. You explained the Basement of constructing the django-project in a very clear way. You are a very good person 😊
Started learning django from last year, already working as jr django dev. Your CRM project really helped me a lot to learn about django.
Is the application you're talking about?
th-cam.com/video/xv_bwpA_aEA/w-d-xo.html
@@fahimemroz9141 yes
Hi Dennis,
I'm from Pakistan.
Thank you so much, I also bought your course on Udemy, The way you explain concepts is very unique and easy for beginners. It was not easy for me to learn as fast as I'm learning If I didn't take your course. Last week, I got a job as Junior Django Developer, even still I have not completed the course. But the confidence after learning concepts, this was only possible by your course. Thank you so much.
Wow congrats! 🍾 so pumped to hear this!
which course did you buy, he has 3 on Udemy
this should be the first video to watch before jumping right into building projects.
Just started working with Django/Python last week. I wish I came and watch this video First (could have same me some frustration and figuring out the logic). All great info /advice. Definately earned a subscriber just with this video.
The concepts is:
Django Apps, Views (Func based, Class based), URL routing, Templates, REST API, Models, Forms, ModelForms, Relations, Django ORM, Django Admin, CRUD, Static Files, Authentication (Registration, login, logout, password reset), Django Commands (most 5 (startproject, startapp, makemigrations, migrate, createsuperuser)), Signals, Production database(PostrgeSQL), Django Rest Framework, Deployment.
This is probably the best video on django in existence
1st comment to my best Django instructor who make me love coding ❤️
This channel has quickly become one of my main sources of information on all things Django.
I had been searching for an answer to a functionality in my on going django diary app project. But I found the SOLUTION yesterday by watching your To Do List App tutorial. You're a life saver. Thanks Dennis may God bless you for the good work.
Dennis I don’t hardly ever post but I have bought your course on Udemy and currently watching it you break it down and explain it really good keep up the good work hope you keep putting up Django knowledge up keep doing you man Don’t Quit! 💪
Thank you 🙏
is that course still relevant buddy!
Hi Dennis! Been completing your Udemy course on Django and I'm loving the way you teach and everything I'm learning so far! Thank you!
Thankyou for this !!
Provides a total overview of what you will work with the projects one is making with Django
Wow, this was so well put together and comprehensive for someone looking to get started with Django. Thanks for your efforts in making this.
Just learned the core concepts in such a short time! You actually know how to tech people in simplest way! Big respect!
Crisp, to the point. Well done 👏
I want to learn backend for years now, bit lazy on it all, but I think I got a grasp on python now and it's time to finally attack this.
Thanks dennis because of your tutorials i have learnt most of the concepts which you mentioned and thanks to you i was able to make a whole working website on my own.
Your course is very good, even for a beginner like me. I am not saying it is easy though. Lots of new terminology but I think the coding is easily followed.
Love to hear that! And thank you so much for the feedback, it always helps 😉
I am advicing your videos to everyone who wants to learn django. Good Job.
☺️
Thank you , I'm starting learning django today
An excellent starting point. Very happy this came up in my search.
This can literally be a roadmap 🔥
thanks man. It was helpful. your efforts are being appreciated.
Cheers from Brasil Dennis, great content! Thank you!
Will recommend Django 2021 course by Dennis ivy helped a lot. You Will learn most of the valueable and important topics of Django. Thanks Dennis for the course and thanks for other things u done for me...
I saw his udemy he is a talented teacher and a good guy, also he explained well super well. thank you sir
Dude, amazing wrap up! I have been developing my apps in python the old way! this will make my development so much easy. Sometimes it was easier for me to code from scratch rather than investigate xD
Great Teacher to learn Django stuff from........... You have made django very easy for us ♥️
good tutorial but the background music is annoying
that was extremly helpful as newbie .
Thank you so much .
Hi Dennis, how feasible is it to use Flutter as front end and Djanggo as back end?
Hi Dennis..Hope you are googd..I really do appreciate all of your videos, i easily learn with them..You have a nice way to explain concepts...I started learning Django this year around April.. I never knew what Django really was..but with your help now i can build some projects on my own..Thanks a lot man..
Once I get a job , I will make sure to buy a course from you, you are an awesome teacher, much respect 👍
His course is only $10
This was great! Simple enough so a smooth brain like myself can understand... Thank you!!!
Bro..Its Really Helpful adding To List..For Future reference
best summary of Django roadmap. 👌🌹
I wish I had this when I started learning Django, awesome video.
Thank you so much for this awesome overview. After staring many py files resulting in much confusion, this video definitely lit up some lightbulbs!
Thank you sir. I really learnt a lot from your course. It is amazing. I am going to recommend it to my students on TH-cam.
clinton
@@fawemimoolawale4539 Hi. 👍
Does anyone know the name of the extension for linking bracket pairs as seen at around 1:33?
Hello Dennis, I am from Chennai, India. Professionally, I am an independent author & publisher. I learnt all the nitty gritty, of being an author & publisher. But, when it came to genuine selling, I found out that a simple website, is utmost essential. After being battered by junk website creators, I managed to write the content myself & learn the other frame works. Finally, I managed to create a acceptable website building a team.
After completion, the team has vanished leaving me alone. Now I need to exercise my admin-ship, run & maintain my site.Any valued suggestions, please.
Thanks Dennis your are the best Django teacher and I really your videos. Keep it up and hope to work with your one day
This is simply fantastic ...Please do share more
Awesome introduction. Helped me alot :)
❤️❤️❤️👌
We also want more about
Chaching,Conditional view processing, Cryptographic signing, performance, security, testing.....
i final got you i had been searching for such an explanation
@Dennis Ivy and your course. 3:50 you say that you like to build out your own user interface. So by this do you mean, modifying how the Django admin works so you keep the permissions/security of it or do you totally replace it and make your own user interface? And is either of these things covered in your course? I have never found a Django course that shows you how to customize the admin's look in detail so that's a huge selling point for me.
This video is also helpful for intermediate Django developer.
Nicely put together dude
That was incredible, 5 star stuff !
Super interesting, I am actually going for it asap
Hello and thank you Dennis I wanted to know if you're the Django course has been updated for the latest Django 2022
Very well done. You are a master!
Django Rest is awesome More content on django and react please
Dennis is Django channels really important.
I wouldn’t include it as a main category because it has a unique use case. Not every application needs real time communication or any of the other things that are possible with Channels. I tried to focus on things that most everything application would need.
@@DennisIvy Thank you Dennis. I really appreciate your response. 🙏🙏🙏
I just finished your todo list using class based view it was great! Do you think you will be making more advance videos or courses using classes?
This is really of help to me. Thank you
Is all this explained in your course? Thanks for the video!!
great and helpful too..thank you sir.
this video is perfection.
gr8 vid like always, i wanna ask u about django rest is there a way to change to format of the json data result form "first_name": "any" to "firstName": "any",
i wanna follow this format for rest is there a way to do it?
Denis crm tutorial is 🤩 wow
Hey, Dennis! Do you have any experiece on django multi tenant saas application? Please make a video on it.
Huh, the perfect learning checklist
EXACTLY what i needed!
Hi Sir thanks for great courses how can I buy your django courses and what I have to do if time in my country don't match to live course? My goal is to learn django until 2022 please give advice.
Dennis sir, I am using Windows 10 and python 3.10 and Django latest version problem is, install mysqlclient.
Please guide me solution
Good introduction. Thanks.
This is really awesome :)
ur video is helpful !
can u tell me the name of website at 0:15 please ?
drawsql.app/
Awesome teach ❤
Thank you so much❤💯👌
Thank you for the tutorial it is possible to make tutorials on Rest Framework again
Hello Sir,
They said if we want to learn Web Development, we should have a project in mind.
Now, I want to build a Social Network. But I hope to use Next.JS and Django.
Can you do a Course that teaches us how to build a Social Network like Facebook, using Next.JS and Django?
Regards.
Hi Dennis, I really love your tutorials and other videos. Can you please also make a tutorial for customised themes for admin panel that Django provides.
Amazing 🔥❤️
While making a website using html or css in django I stucked when I connected the html page to backend to perform some task.i graduate I know python at moderate level so I want to ask you what should my first topic for learning?
Sorry I didn’t understand the question. Sounds like you had an issue connecting your templates?
Yes you right it's related with connecting templates.
@@SumitSinghzz I cover this in several videos. It’s definitely an important concepts to learn. Check out this video I did with traversy media and see if you can understand templates here: time stamp it at 39:55
th-cam.com/video/PtQiiknWUcI/w-d-xo.html
Thank u Denny 👍❤️ now I free from where I was stuck 👍.
@@SumitSinghzzI think you should work on your English since it goes hand in hand with programming, you can't learn the latter without having a good grasp on the former.
extremely informative video!
Thank you! Great video
Please do a django complete video including rest api
What's the background music name? 🤔
I used epidemic sound to get the music licensing, don’t remember the name of the beat right now.
Woow amazing ur big fan❤️❤️ but plz tell me that i want toearn money as well as to become a great beckend dev so i choose django but question is now about money. Plz tell me...
Thanks Dennis. 🙏
How much time did you spend on learning Django
please dennis, make a tutorial about django rest framework
It's a great video.Thanks
the best so far
Can someone help give me some clarification on whether its ok to pursue back end development languages like python as a begginer? I've heard so many people say it's better to start front end and it's very hard to get back end jobs as a junior because it requires more experience. Thank you to anyone who helps.
Pls. Make video or project on django chanels & web socket..
Denis make a video how to push local postgres db to heroku app with data
TOP vídeo! 1000% helpful!
Much information in just 8 min
Signal and middleware and CBV give me yet headache. It's difficult for me to understand 😫