In this tutorial, we will set up the system to register, login and logout users on HTML page for our Django Realtime Chatting Application website with Django and Python.
Get free access to my every month tips, tutorials, and resources, to improve your coding skills here: https://allcodejoker.pythonanywhere.com
We'll want users to be able to have their own accounts that they can log into.
Eventually those accounts will have rooms, messages and things like that...
#djangotutorials #djangobeginners #djangotutorials #djangodjango #djangoproject #allcodejoker
All Code Joker GitHub: https://github.com/allcodejoker
Timecodes
0:00 - Introduction
0:40 - Create base.html
3:55 - Create index.html
5:30 - Create Index View In views.py
6:10 - Fix An Error
7:10 - Create register_user.html
9:10 - Create register_user View In views.py
11:50 - Create login_user.html
12:10 - Create login_user View In views.py
13:30 - Create logout_user View In views.py
14:10 - Create Urls For register_user, login_user And logout_user Views
15:05 - Add Authentication Urls To Navbar
15:45 - Testing Everything Out
17:40 - Conclusion