Django has a built in user authentication system that you can use for most web apps, but it can be a daunting task when you want to add additional features such as social auth, email and password management.
This where django-allauth comes in. In this tutorial, you learn how to integrate django-allauth with Django, how to customize the default templates and how to create signup, login and logout views.
This a GYM management web app that will enable members to enroll to our gym, manage their subscriptions and admins to collect revenue. We'll also include a Blog feature that will enable the admins and select-users to post blog posts.
Code for this EP:
https://github.com/MandelaByron/Djang...
STATIC files template code:
https://github.com/MandelaByron/gymli...
✅You can support the channel by Buying Me a Coffee here - https://bit.ly/3AAOXbW
0:00 Intro
0:45 django-allauth
4:20 Signup
21:05 url names
25:20 Logout
26:28 Django messages
29:27 Login
32:55 Closing
#django