Thank you for this tutorial. As a software developer, I get quite frustrated with the regular tutorials for technologies and languages. Everyone is showing you how to make a blog or a to-do list but no one is explaining the deeper concepts of a Framework or language and how you can build a fully fledged Django Web Application for instance. So the way you are formatting your tutorials is great. Keep up the good work.
I have been learning to code for 4 months now, I know the basics and everyone just shows you the same basic how to make a "blog" and no one goes into the deeper concepts. Thank you so much for this.
I guess Im randomly asking but does anybody know of a method to log back into an instagram account..? I somehow forgot the account password. I love any tricks you can give me!
@Sullivan Cullen I really appreciate your reply. I got to the site thru google and Im trying it out now. I see it takes a while so I will reply here later with my results.
This is a very awesome demonstration, even for an absolute beginner like me that just new to Django for 3 days. I am going to try to implement my company's password policy to the system using this method. Thank you so much.
sir let me be honest about it , may be it aaint a huge programming channel but the contents are very great and helpful , no any channels have these contents explained this good . so if it aaint a huge programming channel we will make it soon a huge one . Thank You for these great content .
Bro ive been searching all night for how to include custom fields like the ones you include at the end of the tut. I gotta say youve saved my day. Thanks man. Ive liked the video and subscribed. Wish you the best in your endeavors
This is one of the better (best?) videos I've seen on customizing the user model in Django. Crisp and clear. I do have a question. I notice that you did not create a new user manager as many other tutorials seem to do. Is it unnecessary when only extending AbstractUser (rather than AbstractBaseUser)? Appreciate any insight here and also your efforts in helping us understand this better.
man are you magician ? this is 6th time which i searched whole night next day i find on your channel. :p please continue this kind of videos. these are small but more than giant site. Thanks
Thank you for the straightforward example and use case.. the Django docs are very frustrating for first time users (to say the very least), and your practical example definitely fills the gap nicely. Cheers.
Hi Luke, thank you for this amazing content. Please can you make another content to explain how to create django multiple user type using address email instead for username like school management system ?
Hey brother .. Your explanation is skill very well. I am create my first project in django . and this is very challenging for me. I was find ..how to generate pdf in django... at last I was see your video. and today my is project generat pdf Again tnx bhai (brother)
Hi Reza, I don't, however on my list is how to make a quiz in django and over there we will probably go through it. But can't promise you when I'm going to release it :/
If you made a tutorial on how to create mini projects with Django and Angular. I think You're Channel will be famous. Mark My word sir. Please reply to me if you have one.
custom user model: instead of username & password, you can set email & password for login. can you make separate playlist for Movie Management System? my suggestion: start telegram group for improve the community.
Hi Manu. The login using e-mail with the use of abstractbaseuser will be included in project 2. Maybe it’s a good point to seperate the projects 🤔 have to think about this... regarding telegram groups I never actually done it and need to do some research.Thank you for the advices. Appreciate them very much ! 😊
@@Pyplane Ya thanks for agree. because when new view/subscriber came to our channel it get confused to finding continuation videos. that's y maintain playlist it's very impotent.
The field admin.LogEntry.user was declared with a lazy reference to 'Main.newuser', but app 'Main' doesn't provide model 'newuser'. I am Getting This Error0 Please Help Me 😭😭😭😭😭😭😭😭😭😭😭😭😭
The tutorial is ery good and am truly grateful for that. But I think there is an error at 12:17. You shouldn't have added the starric. zIt works without it. That's what happened to me. Still thank you
All the out of the box topics covered by this man are mind blowing
Wow, took me a while to realize I need to use 'AbstractUser' and not 'AbstractBaseUser'
Thank you!!!
Thank you for this tutorial. As a software developer, I get quite frustrated with the regular tutorials for technologies and languages. Everyone is showing you how to make a blog or a to-do list but no one is explaining the deeper concepts of a Framework or language and how you can build a fully fledged Django Web Application for instance. So the way you are formatting your tutorials is great. Keep up the good work.
Thank you!
I have been learning to code for 4 months now, I know the basics and everyone just shows you the same basic how to make a "blog" and no one goes into the deeper concepts. Thank you so much for this.
I am very pleased that I have found such a great teacher who is teaching us python/Django with great intention. thanks sir.
Thank you! :)
Finally! I managed to wrap my head around User model, admin panel and abstracts. Great job explaining! Dziękuję!
Cześć! Cieszę się, że filmik okazał się pomocny i dzięki za komentarz :) pozdr
I guess Im randomly asking but does anybody know of a method to log back into an instagram account..?
I somehow forgot the account password. I love any tricks you can give me!
@Arthur Cash Instablaster =)
@Sullivan Cullen I really appreciate your reply. I got to the site thru google and Im trying it out now.
I see it takes a while so I will reply here later with my results.
@Sullivan Cullen It did the trick and I actually got access to my account again. I'm so happy!
Thank you so much, you really help me out!
This is a very awesome demonstration, even for an absolute beginner like me that just new to Django for 3 days.
I am going to try to implement my company's password policy to the system using this method.
Thank you so much.
Thanks for watching! :)
sir let me be honest about it , may be it aaint a huge programming channel but the contents are very great and helpful , no any channels have these contents explained this good . so if it aaint a huge programming channel we will make it soon a huge one . Thank You for these great content .
Bro ive been searching all night for how to include custom fields like the ones you include at the end of the tut.
I gotta say youve saved my day.
Thanks man. Ive liked the video and subscribed. Wish you the best in your endeavors
Okay we got it this is the first Channel I have found who is doing this kind of thing on youtube you are such a great person
Thank you 🙏
Great, i am new to django. this an awesome tutorial. it isan indepth explanation of concept not found any where in the you tube.Thank you Sir.
Great work man, this is what is actually necessary for a real project.
Thank you don't stop teaching🔝
thank you!
Finally after 1000 years of struggle, I finally found the right video..... Now, I can die peacefully.
I love your channel. I have found it very helpful!
Thank you Sue! It's so nice to read this :)
I like all your tutorials and videos 🙂
Thanks so much Rahul!
thanks for team pyplan for always share videos about all django, it's so very support for my project.
Thanks for watching Sumari! ;)
How to protect a page with a level access in django and session? I looking for your channel but i didn't found. Thanks bro..
You are doing great. Love from Bangladesh 🇧🇩 Thanks for the advanced tutorials... hope you will go beyond than that.
Thank you Arafat! :)
You are Perfect my Teacher ....
Thank you!
This couldn't have been explained in a more simple way...... thanks, pyplane :)
Thanks for watching & for the comment! :) Cheers
We want more!
i really love your tutorials
Thank you 🙏
Wow.. You saved my day. Thank you so much.. I subscribe!
here is what i was looking for
This is one of the better (best?) videos I've seen on customizing the user model in Django. Crisp and clear. I do have a question. I notice that you did not create a new user manager as many other tutorials seem to do. Is it unnecessary when only extending AbstractUser (rather than AbstractBaseUser)? Appreciate any insight here and also your efforts in helping us understand this better.
You are the best brother...
Thank you so much for the knowledge...
Thanks for watching!
Thank you very much, helped me a lot
Keep going you're doing great! You're a great teacher and I've learned something new in Django that i'm happy to say is not another to do list!
thank you John!
Very helpful, thank you
Fantastic tutorial
Thank you! 🙌
man are you magician ? this is 6th time which i searched whole night next day i find on your channel. :p please continue this kind of videos. these are small but more than giant site.
Thanks
Thank you for the straightforward example and use case.. the Django docs are very frustrating for first time users (to say the very least), and your practical example definitely fills the gap nicely. Cheers.
Exactly.. It didn't get better as I tried to read the documentation but this dude made it very simple with his step by step approach..
Thank you, Sir, you are a true inspiration
Thanks for watching! :)
Found your channel today ,you have awesome content, waiting for the next video
Thank you Nishal!
Awesome Video Finally I did it Thank You very much !!!
Thanks 👍 alot I have been looking for this your are the best.
Thanks for watching Johathan!
Exactly what I was looking for ... the line "*UserAdmin.fieldsets". That is the solution, nobody else offers!
Glad you liked it! 🙌
Nice content really wanna see more video and also that you are talking about waiting for that series\' 👍
Благодарю за видео. Все очень понятно. У меня все получилось. Russia.
Thanks for the tutorial. this is great.........
Thanks for watching!
YOU ARE AWESOME
thank you!
Just one word .... great !!!!
thank you!
Man, that solved my problem real quick, thanks!
:)
Gracias por tus tutoriales
best among all
Thank you ! :)
you are doing really good mate. please keep uploading awesome ideas and project on python. thank you .
Hi Raygan. Thanks for the nice words :) Very happy you like my videos. I'll keep posting new content for sure :)
Awesome content and new concept Thank you Sir Explain Deeply.
Thank you Mohammed!
I like your Django courses in Udemy. Keep the good job. Thanks.
Thank you Gerardo 🙏
Hi Luke, thank you for this amazing content. Please can you make another content to explain how to create django multiple user type using address email instead for username like school management system ?
keep going
i am really enjoying your channel, keep up the great work bro
Thank you Reza! :)
Can you create a tutorial for creating multiple user model types with different fields?
Hey brother ..
Your explanation is skill very well. I am create my first project in django . and this is very challenging for me. I was find ..how to generate pdf in django... at last I was see your video. and today my is project generat pdf
Again tnx bhai (brother)
Hi Patel. I'm very happy my video was helpful to you. Best of luck. Luke
good one
You are so good job keep doing 🙌
Thank you!
Thank you so much!
Thanks for watching:)
Great video!
Thank you Damir!
Sir you are amazing 👍
Thank you!
Great video! Thx! You helped me a lot!
Btw, it is not necessary create new form if you do Custom User Model through AbstractUser
Me ajudou muito, obrigado!!
good job man.
Thank you!
Super 🤝
Thank you :)
Subbed and liked because your just so damn wholesome
Thank you!
You are the best
Thank you!
great work!!!
thank you!
woooooaaaah u r a champ man
Thank you!
Plz make videos on how to use restframework with React.
nice video!
thank you Akash !
Alternate title: destroying django Udemy courses
so true
Can you help in downloading a database data in json format on a button click in django
Hello,
what is that extension that django autocompletes you
❤️ Legitimate
Thanks !!
Thanks for watching!
i feel the need to give this 1 million Likes 🤔
Thank you! :)
Great 👍
Thank you :))
I have subscribed your channel sir 🙂
Thank you !
Okay, but if I have a register page and I would like to create said custom user, how would i do that?
Thank you, this is fifth time i am coming to visit this video :) thank you
hi Luke, if you have a tutorials on Django admin TabularInline when there are multiple apps involved ?
Hi Reza, I don't, however on my list is how to make a quiz in django and over there we will probably go through it. But can't promise you when I'm going to release it :/
@@Pyplane looking forward to that tutorial
thanks
Bro, need help why u use * sign when you use *UserAdmin.fieldset,
So why are we wasting money and time on academy just do follow this man\'s Channel you are 💯
Thank you :)
Is any platform where we can learn full course ?
What is functioning of the class META in forms.py?
ty
The abstract user is not coming in the suggestions? Any reason why?
Can you please make a video that how to use JavaScript, reactJs and bootstrap
Hi there! React Js is coming up pretty soon! :)
Wow
Thanks 🙏
If you made a tutorial on how to create mini projects with Django and Angular. I think You're Channel will be famous. Mark My word sir. Please reply to me if you have one.
And also what is AbstractUser for? whats its importance?
User Rolex :D
how to send email from django admin interface
and how to export data of models from django admin panel as PDF
please do this too sir
(django rest api)
+1 sub.
please increase font size little bit
can someone explain what does field="__all__" exactly do ?
it's accepts all fields
it accepts all the fields from the abstractuser right ?
@@aliuyank7377 yup
@@saugatrajbhandari4247 thankss
custom user model: instead of username & password, you can set email & password for login.
can you make separate playlist for Movie Management System?
my suggestion: start telegram group for improve the community.
Hi Manu. The login using e-mail with the use of abstractbaseuser will be included in project 2. Maybe it’s a good point to seperate the projects 🤔 have to think about this... regarding telegram groups I never actually done it and need to do some research.Thank you for the advices. Appreciate them very much ! 😊
@@Pyplane Ya thanks for agree. because when new view/subscriber came to our channel it get confused to finding continuation videos. that's y maintain playlist it's very impotent.
The field admin.LogEntry.user was declared with a lazy reference to 'Main.newuser', but app 'Main' doesn't provide model 'newuser'.
I am Getting This Error0 Please Help Me 😭😭😭😭😭😭😭😭😭😭😭😭😭
Delete all migrations and database file and run makemigrations and migrate again
I know its a late reply but maybe it will help :)
Where you live ?
plz put the github link
The tutorial is ery good and am truly grateful for that. But I think there is an error at 12:17. You shouldn't have added the starric. zIt works without it. That's what happened to me. Still thank you