Most tutorials on the Internet would just assume we know everything and skip through the explanations of each part. But you do make an effort to explain everything. As a beginner, this is extremely valuable. Please keep up with the good work!
@thewizardsofthezoo53762 жыл бұрын
Yep, hence the 9 hours!
@axlrose0101012 жыл бұрын
Hard agree, i was looking for this kind of explanation the whole day. Very good job
@telepenu1833 Жыл бұрын
Once you learn any programming language, the rest becomes much easier. For example, I am a mobile developer. I use Swift, an object-oriented language. It essentially uses the MVC and MVVM structure. Now I am learning Django to handle the backend API part with Python. It's progressing very quickly.
@AlishbaKhan-mg9pg10 ай бұрын
@@telepenu1833 Hey, I am new to his channel and want to learn Django. Django 5.0 has been released, so I am a bit confused about whether I should learn from this tutorial (which is 9 hours long) or the crash course in Django 4.0. Please reply to me.
@seunfashina2 жыл бұрын
Just django has the most patient tutors. Thier tutors knows how best to teach topics for beginners to grab
@5sf4bw863 жыл бұрын
once you learn the fundamental of python, Django, HTML, CSS, and probably some javascript, this is the only video you need to watch to glue all of them together. this is an amazing video. The instructor is professional in explaining all the complex concepts in simple language. I felt like I have progressed a lot in just watching and practicing with him.
@fasihussaini85543 жыл бұрын
True even after doing Django for a year and completing a Django course on Udemy, I was still unable to wrap my head around some Django concepts but this instructor makes sure you understand every line and why we write it. Just amazing !
@dressedforsucess2 жыл бұрын
Any idea how to complete the lead category count part.. he just left it with the placeholders.. "TODO"
@fnaticeclipse38224 ай бұрын
@@dressedforsucess {{ category.leads.count }} in place of TODO
@aladeadewumi9684 Жыл бұрын
I think this is my first time commenting on a KZbin video, and your amazing work propelled me to do this. You are doing a great job, God bless You.
@janirico56414 жыл бұрын
amazing! not only is JD the best teacher on youtube i found, but 9 hours is a 1st for Django anywhere on youtube.... thank you so much, we all owe you and im looking forward to signing up to your advance course in due time....
@AdamThao924 жыл бұрын
Who needs Udemy when you have 9 hours of free awesome content on youtube. Great stuff!
@bertinbakari87093 жыл бұрын
i need it
@Alejandro-ge9dk3 жыл бұрын
Everyone that needs a certify for his CV
@imann4625 Жыл бұрын
Hi I just wanted to take a moment to thank you for your fantastic Django tutorial. As someone navigating the intricacies of Django, your video was incredibly helpful and enlightening. This tutorial has not only enhanced my understanding but also sparked more interest in exploring Django further. I'm looking forward to more content from your channel. Keep up the great work!
@mrvalvet98563 жыл бұрын
This tutorial is a treasure. I love how precise and clear you explain all the concepts and what you do. Thank you!
@cristianpico79223 жыл бұрын
This tutorial is pure gold for someone who already knows Python and wants to start creating WebApps. Thanks a lot!
@Joe.stark24 жыл бұрын
I just want to say thank you man. I was having such a hard time trying to build a cement because I just really didn’t know how to start or plan it. Now I know how to begin. You da 🐐
@franklynOse Жыл бұрын
I am just starting out with django and have already installed 4.o Before coming to this channel.
@bernardmuchemi1964 жыл бұрын
Ever since the e-commerce project bro... I've liked everything else you share.. you changing lives out here and I truly appreciate your work. Thanks 👍
@mattfreire4 жыл бұрын
Awesome! Thank you!
@DamithDarshana-o1q3 ай бұрын
Matt, your Django tutorial is fantastic! The way you break down complex concepts into easy-to-understand explanations is amazing. Your passion for teaching is evident, and your dedication to creating high-quality content is truly commendable. Thank you for sharing your knowledge with the community!
@austinhomolka3 жыл бұрын
Man.... I cannot believe this exists. Thank you so much for taking the time to put out such a great quality course at no cost! Mind blowing, tbh...
@adbeelomiunu3 жыл бұрын
I have searched but now I have finally found the best comprehensive video on django in all of KZbin-verse. Was almost put off by the 9hours duration but I'm grateful I wasn't.
@AhmedRakan-y3v4 жыл бұрын
One of the best Django related KZbin channels
@just_eric3 жыл бұрын
which on your opinion is better , its only for knowledge
@kusalthiwanka86304 жыл бұрын
9 hours 🔥🔥🔥 OMG. Brother, thank you very much for your effort.
@santoshkodamble22662 жыл бұрын
have you completed this project
@kusalthiwanka86302 жыл бұрын
@@santoshkodamble2266 yep. I did not create same product as in the video. I customized it as i required
@santoshkodamble22662 жыл бұрын
@@kusalthiwanka8630 is it good for final year project
@kusalthiwanka86302 жыл бұрын
@@santoshkodamble2266 It's depend on your learnings bro... Try to learn things from this video and then try to develop your own one
@santoshkodamble22662 жыл бұрын
@@kusalthiwanka8630 tqs bro
@navrajsandhu8434 жыл бұрын
This is what i was finding for my recent project. Thanks brother🎉👍
@pyscriptstudio-i8g2 жыл бұрын
This is by far the best django beginners course on youtube
@xNeitorx2 жыл бұрын
The way it's all clear and you explain everything from the start, i think i love you
@as1babala2 жыл бұрын
I am grateful for your tutorial, I usually do not leave messages, but this tutorial is the best I seen so far..., Thanks a bunch!
@fazunigaChile2 жыл бұрын
I haven't finished watching (2 hrs 30 mins so far) but I have to say it... this is one of the best videos/tutorials I've ever seen. CRYSTAL CLEAR, even for people like me that are not fully experienced programmers, more like the enthusiast type :) Thanks!
@pgallovich4 жыл бұрын
This is perfect timing for me! I have been looking for an example of building a CRM in Django. This is really going to help me with learning what I need to build a Django project I have been planning. Thanks so much!
@mattfreire4 жыл бұрын
Awesome!
@sammyattah46532 жыл бұрын
I will recommend this tutorial to anyone who wants to learn django. This is the best tutorial out there. it covers the basics and advanced concepts of django. You will find it more interesting if you have a very good background in python
@imranahmed62322 жыл бұрын
at 5:17:03 getting this error: raise self.RelatedObjectDoesNotExist( leads.models.User.userprofile.RelatedObjectDoesNotExist: User has no userprofile.
@ctrl-alt-del02 жыл бұрын
same here, did you find any way to fix that?
@enesalpaslan45872 жыл бұрын
same here too
@expectations21882 жыл бұрын
I am stuck on same problem. did you find any fixes ?
@doctorguru0012 жыл бұрын
I have been following you for a while now and I can only say you’re the best. Create a “buy me coffee page” you deserve it.
@tedscode Жыл бұрын
Finally, A saviour. Tutorial made life easy for me . Thank you very much. You are the best.
@yasincbuk37104 жыл бұрын
I have watched many tutorials on KZbin but this is the best one. Everything with its logic is very good explained.
@kehindeyahaya47354 жыл бұрын
I really enjoyed watching this. It was thorough and moderately paced. Great work 👌
@TuksimAdventures4 жыл бұрын
I'm pretty good at Django. But, I liked the video to make it reach many people as possible. Great work!!! Please Upload the Podcast too
@pimppeter57422 жыл бұрын
man i can't thank you enough for this. i'm only 2 hours in and i've learned so much
@allaboutcs4 жыл бұрын
Was waiting for such tutorial, thanks a lot for this one...
@mattfreire4 жыл бұрын
My pleasure 😊
@techwithbak4 ай бұрын
I never seen before the best tutorial for Django so energetic person
@mirzaabdulrehman4283 жыл бұрын
Best tutorial . Django functionalities and Crm project done in only one video. nice effort ...
@RicardoPorteladaSilva4 жыл бұрын
Please, let me know about more videos!. This content is awesome!
@michaelwplde3 жыл бұрын
3:08:30 More important, I think, is when there is an arbitrarily complex URL pattern, that, yes, when that is prone to changing at all, provide the helpful short hand.
@codedjango4 жыл бұрын
Best tutorial of 2021🔥🔥
@Wagey38374 жыл бұрын
It's was released 51 minutes ago. It is a 9-hour long course. I get the enthusiasm, but perhaps that's a little pre-emptive.
@lfc5times13011 ай бұрын
Wow, Found your video at the perfect time when I needed the most. Thank you very much man.
@jitvimol5 ай бұрын
Very well comprehensive Django on hand tutorial. Well done. Thanks!!
@devrahul74354 жыл бұрын
Awesome🔥🔥...I will definitely learn it. Thanks you for sharing vary valuable knowledge❤️❤️
@ahmedelabbasy94234 жыл бұрын
Oh man, you are really special. I watched all of your videos. You are really useful
@Cognixor10 ай бұрын
A top course. very detailed. Very well explained. Thank you Matt!
@zhanelno54572 жыл бұрын
HELP pls.. In my create page forms are not presented by correct order, it's kinda messed up. How to put them in a correct order if models and forms are organized well?
@diakorudd72682 жыл бұрын
This course is very similar to django for everybody, but the explanation is way better. I have watched both courses and I prefer this 9 hours of gem.
@VijaySingh-gz9jm4 жыл бұрын
Appericiated with your work.I am being in django from last 3years.never thought to learn any other python framework.It will glad if could make project on hotel management(paying bills,booking table,generating bills).
@programmingheaven2 жыл бұрын
Awesomely comprehensive and good explanation at understandable pace.. i have done many tutorials prior to this but this cleared my concepts further better.. good Work.
@wanitooo2 жыл бұрын
I took too long to setup postgres properly but we pulled through 🙏 Thank you for the tutorial 🙌 Omw to the moon 🚀🚀
@huydbui4 жыл бұрын
I want to know why one dude voted this one down, and why? Thank you JustDjango.
@gtoonizuka1504 жыл бұрын
wow 9 hours , thank you so much for this beautiful content
@anthonyconner90753 жыл бұрын
The first 8 hours was awesome. I'm bulding nice sites, form what I learned. I stll can't figure out how to deploy the django site.
@lavanya_m014 жыл бұрын
Subscribed!! It's bcoz of you people that normal coders become developers :) Thanks for sharing!
@ShahjalalFahad4 жыл бұрын
thanks thanks thanks thanks thanks and love love love love from Bangladesh 🇧🇩🇧🇩🇧🇩
@nournote4 жыл бұрын
This is just spectacular. I have watched 1h41 so far. It's very well explained. Keep it up man!
@lme9183 жыл бұрын
did you finish it?
@belzeebub60223 жыл бұрын
Finally A channel about JustDjango
@HariKrishna-xr3ow3 жыл бұрын
Thank you bro Giving Information I am also Doing lead management project for my clg bro Thank you so much 💓💗
@anhxtanh5586 Жыл бұрын
1:13:19 what is auth? Role-based permission? 1:19:43 AbstractUser là cái gi? 3:58:20 static file setting 3:58:49 Static urls 4:53:36 populate exitsing row 5:15:20 NOT NULL constraint failed: leads_agent.organisation_id
@rayusaki884 жыл бұрын
Wowwww!!! This made me excited! Will finish the video! Thank you so much for sharing your knowledge! Much much appreciated!
@horrornightnarratives4 жыл бұрын
Ohh awesome I want to learn django and i think this is best video for me. Thank you so much
@mattfreire4 жыл бұрын
Most welcome 😊
@AlanFreeman-IMG3 жыл бұрын
Thanks for awesome tutorial. Now I'm at the authentication section I have one suggestion; for the Windows environment there are minor differences with Apple which can be quite flummoxing until a bit of searching tells me what's going on. It would be great to just add some 'if you are on Windows it will look like this instead of that' comments, in some way. Maybe a cheat sheet would do it, since I'm sure it's too much work to re-master the original video.
@alex_angri4 жыл бұрын
How do you get all the suggested methods to show at 1:09:20?
@MufaddalHakim3 жыл бұрын
Amazing course Thank you so much. The agent update view is not working. why is it so?
@kennedybonyo23153 жыл бұрын
Wow!!..Amazing!!thank you man....the 9 hours was a mind blowing ...
@PB-rr1un Жыл бұрын
This tutorial is absolute gold. Thanks for sharing and the huge effort!
@abhaychirania98133 жыл бұрын
One of the best tutorial I have come across. 🥺
@caohuyphuong3 жыл бұрын
Thank you so much. I have a question: when you change the model=User in AgentModelForm you can not update Agent (AgentUpdateView)? And when you delete a agent but user still exists and have an error when this user login. Something wrong here?
@kasperok37313 жыл бұрын
Спасибо большое. На твоих уроках все получается. Ошибок минимум и то из-за не внимательность . Хороший пинок под зад чтоб учить английский и продолжать учить Django и Python 👍👍👍👍
3 жыл бұрын
This is not a tutorial, it is an entire book. Muito obrigado!
@atharvashetty97303 жыл бұрын
It would be really appreciated if you make a video on Django rest framework
@ymlaos98503 жыл бұрын
Nice tutorial. Learn alot of the MVT, def and class and how you glue it all. Honestly, have to bail out by the 5th hour - am lost with users -> profile -> agent -> leads and back to organization... Maybe need time to sit back and reflect your Sample-Case in order to continue. Much better the ToDos of other tutorials. Cheers and Many thanks for your superb effort.
@winstonmhango34372 жыл бұрын
This is one of the best 👌 👍 😍 course on Django...
@andremiller46272 жыл бұрын
Thank you sooo much for all the knowledge provided! With all my heart (and kindness) i wish a prospefull and suscesfull new year (you and your family deserve it). Thanks again!
@watsoncyrusanikwai3888 Жыл бұрын
Very practical and real world scenarios handled here. Love it. Thanks!
@KevinTempelx4 жыл бұрын
Matt coming in clutch
@arbaaz91944 жыл бұрын
Yeah best Django channel out there! Thank you for awesome and free content.
@yetanothername11313 жыл бұрын
Good work as usual, small correction in terminologies, CRUD stands for Create, Read, Update and Delete. not retrieve.
@isaacjpg3 жыл бұрын
Amazing video. Thank you very much. I’ve learn a lot just from half of the video. I’ll watch it all
@MuhammedKamaal2 ай бұрын
well explained sir ! thank you alot
@DrCrowie2 жыл бұрын
Very good tutorial but what I think would make it even better is if you had a decent set of data that you could either enter manually or quickly import (via the shell) so that the when we look at the views and stuff it seems a bit more real rather than "test" this and "test" that. After all we all use Django to deal with real data.
@TheRenjithR3 жыл бұрын
This tutorial is everything I have been looking for. Thank you so much for your time and effort.
@girik10903 жыл бұрын
Thank you for amazing django tutorials, they're really helpful and much appreciated.
@xiaomi7074 жыл бұрын
So excited to learn more in this django lessons. Thankyou so much brother! Godbless💚
@michaelwplde3 жыл бұрын
1:49:00 The Agent display string is the *__str__* built in method, correct?
@dev.info.2000 Жыл бұрын
wow , I'm working with django and your video is very greated for beginner
@Kanthon3 жыл бұрын
I'm at 5:03 and when I use the signal to create the UserProfile the admin panel lists "UserProfile object (2)" instead of the username. I can't figure what I'm doing wrong.
@anhxtanh5586 Жыл бұрын
1:13:19 what is auth? Role-based permission?
@shreehari25894 жыл бұрын
Thank you for this course, I'll start watching it from today
@bellosegun4 жыл бұрын
Thanks for this great video ... how do you change login to use email and password as opposed username and password.
@mr.chinaski26134 жыл бұрын
Thanks man, awesome content ! Keep this up :)
@samuelnavarro54504 жыл бұрын
Thank you for the great content!! Any chanse you can make something related to multitenant apps with Django?
@fernandoflores37283 жыл бұрын
Tranks a lot! This tutorial is by far one of the best for Django!
@o.y.9302 жыл бұрын
at 7:49:00 when we save the form and call super().form_valid(form) we are actually saving the form twice. Doesn"t it hit the database twice?
@rudisoft3 жыл бұрын
Thanks, this is a valuable tutorial.
@ahmedgfathy8 ай бұрын
Million likes 🎉🎉🎉🎉🎉🎉 top Django instructions
@vanditdubey83463 жыл бұрын
I'm getting an error at 1:23:00 where the User model is created and I write pass in it like: class User(AbstractBaseUser): pass and when I migrate gives me an error : AttributeError: type object 'User' has no attribute 'USERNAME_FIELD'
@srn61623 жыл бұрын
This is the best tutorial for beginners, thank you
@katerinamisik61413 жыл бұрын
on 1:25:12 migrate is not working! and as a result database not updated!
@alexandrgidrevich9862 жыл бұрын
I'm very appreciate your work. First error I got on 1:40:57 My output was: And after that things stop working.