Its quite interesting to notice that there around 206,000,000 views of first video of series and only 20,000,000 views when we reach at this 19 part. One thing that didnt change was your motivation and dedication, appreciate and love it.
very helpful .. even i am making my final year project by watching your videos .. helping me alot ... May Almighty Reward u for this ... plz make more videos on signals.. you made my mind to switch to Django ... Thank you dennis #Fan From Pakistan
As these videos get more complicated it's good to try and make your own examples with the Django docs, googling etc first then watch the video. By far this is the best series if you are trying to learn Django.
Great series of videos! I've really been enjoying. I like that you debug on the fly during the video. In future videos you might consider commenting a little more on the error messages you read and how you interpret and find the particular piece of code to correct. I realize this is second nature to you but I think it would help the viewers.
Most waiting video by me . Thank you a lot for this video . Please make video on. Generic foreignkey on project basis as usually do . For example. make a simple app which allow users to comment over there using generic foreignkey.
Hello dennis. Thank u for ur efforts .i have a question please.i need to set up a notification systeme for my app and am stuck.do u have a tutorial on that or a recomanded one for me.thanks in advance
Hi Dennis, when I register a new user through the register page, the email address is not linked to both the 'user' and the 'customer' profiles. Any idea of how to tidy this up?
"it’s best to avoid using default_app_config and instead specify the app config class in INSTALLED_APPS as described next." in Django Documentation - Applications
Hi Dennis, your videos are very helpful to the beginners, i am one of them, i am following your every videos, please try to make full tutorial video on django signals and other advanced topics on django with some use cases in real time applications it will be very helpful to people who are at learning stage. i hope you will do it
Hi Dennis, I am beginner to Django and python. I am able to create a profile for the user using signals. However, I have added a country field in my profile model. I couldn't get the country field from my form using signals as I get an error user doesn't have a country attribute. How can I access the country input from form to save it in my model field?
Thank you :) and to answer your question, yes. Born and raised in Vancouver WA (US) but my family is from Russia so I still speak it fluently, not so good at writing though lol.
Hello, Dennis your videos were very helpful. It is helping me out in so many ways. Thank you. I have a question about certain conceptual thing with a code you wrote "if created == False". Is it different from "if not created"? Will it have an adverse affect on the result? And keep up the good work. You work has been an inspiration.
Thanks you for this Dennis, It's been super helpful.. I'm making maintenance management web app thats pretty similar to this format you've used here. I was wondering if there was a way you could show us how to add a feature where the staff could add an expected delivery date for the users to see. Thanks again
How can I change the email from the initial form, because class Customer have other input email than the UserCreationForm. Also how can a user change his own username? (Imagine this website is in production)
I have a question. How can you make a pre registration in the website page, there are two choices the roles a customer and a seller. and then the admin side would approve or disapprove that user and when the admin approves they can login (still with authentication) and when a customer buys a product from the seller it will notify to the dashboars of the seller. how can I do that?
You can have an email sent to the admin. Admin would be in-charge of changing a users status. Depending on the users status you can allow them to login either with decorators or using writing your own middleware.
@@DennisIvy so in the database of the pregistration is the id of that table would be the foreign key of the member table? I get it so they would have to wait for the confirmation of their account? by the use of admin specifying their role, right? and what do you mean by the decorators and middleware? I'm just a begginer and I really want to learn Django. Hoping that you'll make a full functional website with two users that has crud, reservation, something like that. 💕
Dennis absolutely excellent tutorial! Does anyone know where or how to add a customer order form to the customer dash? I'm ripping the remainder of my hair out in this one.
The view accounts.decorators.wrapper_function didn't return an HttpResponse object. It returned None instead if you get this error check the apps.py file again.. i got the same problem. instead of. def ready(self): i wrote def read(self):
Hi Dennis !, Could you also show how to include the extended user profile fields in the registration form. I tried using two forms in the same view but it's not working. Any help appreciated, thank you :)
Hi Mr Denis. I'm working on a similar project where I have two users from the front-end(employers and applicants) with different dashboard. Employers can view applicants profile when logged in which works fine. But when the employer views the applicant profile, the dashboard changes from the employer dashboard to applicant dashboard which is not suppose to be. Any hint on how to permanently hide the applicant dashboard from the employer?
Ok so this can happen for many reasons. Did you follow my method of restricting pages with custom decorators? If so you can just remove the employer group from the allowed users. Send your code to dennisivy11@gmail.com and I can take a look at your code. I cant really be helpful unless I can see exactly whats going on.
thanks you very much. IT is a greatest video i ever seen. I really want to see tutorial from you. Could you make video "Customize django admin site use template". Thanks
UNIQUE constraint failed: auth_group.name Exception Type: IntegrityError I did the exact same things than you and i got this integrityError, why ? how could i fix it ?
Don't forget to check out my Complete Django course! dub.sh/NvGboTI
Its quite interesting to notice that there around 206,000,000 views of first video of series and only 20,000,000 views when we reach at this 19 part. One thing that didnt change was your motivation and dedication, appreciate and love it.
3 zeroes less
very helpful .. even i am making my final year project by watching your videos .. helping me alot ... May Almighty Reward u for this ... plz make more videos on signals..
you made my mind to switch to Django ... Thank you dennis
#Fan From Pakistan
Still the best series ever. Thanks!
Thank you!
Thank you Dennis! I finally learned how to implement Django on my own projects!
Thank you, Dennis , best series ever.
As these videos get more complicated it's good to try and make your own examples with the Django docs, googling etc first then watch the video. By far this is the best series if you are trying to learn Django.
Great series of videos! I've really been enjoying. I like that you debug on the fly during the video. In future videos you might consider commenting a little more on the error messages you read and how you interpret and find the particular piece of code to correct. I realize this is second nature to you but I think it would help the viewers.
Most waiting video by me . Thank you a lot for this video . Please make video on. Generic foreignkey on project basis as usually do . For example. make a simple app which allow users to comment over there using generic foreignkey.
Yep :) I had this on my list to do later but your comment made me deiced to put it into this series. Thank you for the recommendation :)
Also I had a request similar to what you just asked. I'll have to look into that.
@@DennisIvy Thank you Soo much .We will be waiting for that video
Your videos are really helpful!! Great effort...God bless you..
Hello dennis. Thank u for ur efforts .i have a question please.i need to set up a notification systeme for my app and am stuck.do u have a tutorial on that or a recomanded one for me.thanks in advance
Hi Dennis, when I register a new user through the register page, the email address is not linked to both the 'user' and the 'customer' profiles. Any idea of how to tidy this up?
Thanks for the tutorial. I don't see why you don't prefer using @receiver, it looks better for me :)
Ох круто) еще бы по Channels и сокетам и аяксу) Денис ,спасибо!
Я буду делать клон WhatsApp. будем использовать Channels :)
Help: A system has 3 different type of users, Admin, Lecturer and Student...how do I assign them to their respective groups upon account creation?
"it’s best to avoid using default_app_config and instead specify the app config class in INSTALLED_APPS as described next."
in Django Documentation - Applications
Hi Dennis, your videos are very helpful to the beginners, i am one of them, i am following your every videos, please try to make full tutorial video on django signals and other advanced topics on django with some use cases in real time applications it will be very helpful to people who are at learning stage. i hope you will do it
how about creating a signal that links a user to more than one profile? say a person becomes a sales person and warehouse person hence two profiles?
Hi Dennis, I am beginner to Django and python. I am able to create a profile for the user using signals. However, I have added a country field in my profile model. I couldn't get the country field from my form using signals as I get an error user doesn't have a country attribute. How can I access the country input from form to save it in my model field?
Keep going Dennis you are about to make the best Django tutorial so far.
another question, Are you Russian ? your English accent is so good also.
Thank you :) and to answer your question, yes. Born and raised in Vancouver WA (US) but my family is from Russia so I still speak it fluently, not so good at writing though lol.
@@DennisIvy I figured it out by hearing how you spell the letter "R" :D
BTW thanks always for these great great contents
Hello, Dennis your videos were very helpful. It is helping me out in so many ways. Thank you. I have a question about certain conceptual thing with a code you wrote "if created == False". Is it different from "if not created"? Will it have an adverse affect on the result? And keep up the good work. You work has been an inspiration.
They are essentially the same as they get the same effect
Maaaaan , do you know whaaat just whaaaat did you do with my project via this video , I am very very thanks to you , you just the best you know
Excellent course
26/07/2020
Thanks you for this Dennis, It's been super helpful.. I'm making maintenance management web app thats pretty similar to this format you've used here. I was wondering if there was a way you could show us how to add a feature where the staff could add an expected delivery date for the users to see. Thanks again
Thanks Dennis 😊😊
How can I change the email from the initial form, because class Customer have other input email than the UserCreationForm. Also how can a user change his own username? (Imagine this website is in production)
I have a question. How can you make a pre registration in the website page, there are two choices the roles a customer and a seller.
and then the admin side would approve or disapprove that user
and when the admin approves they can login (still with authentication)
and when a customer buys a product from the seller it will notify to the dashboars of the seller.
how can I do that?
You can have an email sent to the admin. Admin would be in-charge of changing a users status. Depending on the users status you can allow them to login either with decorators or using writing your own middleware.
@@DennisIvy so in the database of the pregistration is the id of that table would be the foreign key of the member table?
I get it so they would have to wait for the confirmation of their account? by the use of admin specifying their role, right?
and what do you mean by the decorators and middleware?
I'm just a begginer and I really want to learn Django.
Hoping that you'll make a full functional website with two users that has crud, reservation, something like that. 💕
thanks again :) great videos
Dennis absolutely excellent tutorial! Does anyone know where or how to add a customer order form to the customer dash? I'm ripping the remainder of my hair out in this one.
The view accounts.decorators.wrapper_function didn't return an HttpResponse object. It returned None instead
if you get this error check the apps.py file again..
i got the same problem.
instead of. def ready(self):
i wrote def read(self):
Hi Dennis !, Could you also show how to include the extended user profile fields in the registration form. I tried using two forms in the same view but it's not working. Any help appreciated, thank you :)
You need to create an instance and a prefix.
Thank you!
I have a question! If I have three group, like, College, University, School.
How can I create this group by user?!
Please let me!
Hi Mr Denis. I'm working on a similar project where I have two users from the front-end(employers and applicants) with different dashboard. Employers can view applicants profile when logged in which works fine. But when the employer views the applicant profile, the dashboard changes from the employer dashboard to applicant dashboard which is not suppose to be. Any hint on how to permanently hide the applicant dashboard from the employer?
Ok so this can happen for many reasons. Did you follow my method of restricting pages with custom decorators? If so you can just remove the employer group from the allowed users.
Send your code to dennisivy11@gmail.com and I can take a look at your code. I cant really be helpful unless I can see exactly whats going on.
I hope you respond soon, how do I add the the rest of the fields in the customer model into the signup page
That's not the idea man
In which video did you create the decorators.py file? Can't find it anywhere.
User Role Based Permsissons & Authentication. Part 15. 2:55
th-cam.com/video/eBsc65jTKvw/w-d-xo.html
thanks you very much. IT is a greatest video i ever seen. I really want to see tutorial from you. Could you make video "Customize django admin site use template". Thanks
Thank you Williams :) It's on my list but I cant promise that it will be soon. I have lots of videos on my list I need to complete first.
I hope you will make some similar video . I like your dashboard project , it's very amazing!. Thank for all your tutorial!
UNIQUE constraint failed: auth_group.name
Exception Type: IntegrityError
I did the exact same things than you and i got this integrityError, why ? how could i fix it ?
you can edit:
form = CreateUserForm(request.POST, instance= None)
Thanks alot bro for the solution
ty very much
Your welcome :)
where is the signal being called ?
I have the same question. Did you figured out?
@@cristianpreguza3047 same :D did you figured out?
It is called automatically on creation of the User.
getting integrity error