User registration and authentication in Django

preview_player
Показать описание
Handle user registration and authentication in Django

⚡️ Important links:

🪧 Video timestamps:
00:00 - Intro
00:07 - Setup our Django project

06:56 - Setup our Django app
8:36 - Configure our URL's, Views and Templates

25:19 - User registration

40:25 - User authentication
50:51 - User logout

53:42 - Protecting our views

56:31 - Final demonstration

🧑‍🏫 Courses:

💫 Become a Cloud With Django member (30% course discounts):

🐦 Twitter:

⭐️ Github:

📢 Coaching:

📑 Blog:

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

Outstanding content, as always!! Thank you.⭐⭐⭐

hp
Автор

Thank you for taking the time to create such great content. I really learn from you! Keep up with the great work.

krzmrjy
Автор

I may not often watch this guy's content, but this was ABSOLUTELY AMAZING and UNDERSTANDABLE!!! <3

Tcrrxzz
Автор

Very clean work! Your pacing throughout this video was perfect - no pauses to shill products or promote sponsors. Excellent.

bannisterrb
Автор

Flask yesterday, and after this vid (and a few other resources), Django today. Great tutorial.

cambium
Автор

It was so easy to learn from your tutorial. Perfect for beginners. I was able to follow your steps in login and authentication. I would loved to watch your tutorials.

ypzlspy
Автор

You are STAR for IT 🎉 This video will be popular 👋

arel
Автор

Thank you so much, its really underrated channel

darshilkumar
Автор

clearly explained....if you can explain it simply, you must understand it clearly...said somebody somewhere😀

lszujo
Автор

thanks a lot . you just helped me a lot. hey do you have any video for django shopping cart project

shadrack
Автор

Nice tutorial. Can you please create a tutorial on role based and permissions based on authentication.

thekingsproduction
Автор

Hello! At 47:50 I can't understand one confusing thing - why a dot notation auth.login() is used, since you have already imported the login() function as is?

Gleb_Pastushenko
Автор

This worked great, thanks! One thing though, how would you protect your view (via the @login-required decorator) if you're using a class based view for your Dashboard page? I can only get it to work on function based views, not class-based, which seems a significant limitation. If anyone knows please enlighten me.

andredicarlo
Автор

That was amazing Tutrial thank you very much! Can you do a tutorial on Django-Alluth (Google Sign in ) as well, the problem with all the tutorials on YouTube is they just talk about the setup but nothing in Depeth, Esp, View, and Template of Django Alluth, cheers

FlutterPythoncombo
Автор

Great tutorial. What about when users are authenticated using 3rd party services (Azure AD for example)? How do you integrate that with Django user model so that you can assign them to different user groups within Django?

AllistairLee
Автор

How do I use the email authentication (one of your previous videos) with this video's registration and authentication?

lamba_
Автор

How do I get the Login/Register page first when I launch the server instead of the homepage?

vedantmayekar
Автор

can you also do role based and permissions based authentication.

sidds
Автор

great content again, does it is a correct way to implement allauth for this chapter or it will be more un effiecient way?

Ahmed-gzzq
Автор

Dude. I use the Usercreationform, step by step by watching your video but it didn't display the email form.

r..visualtreat