Django Authentication | User Registration & Login Authentication

preview_player
Показать описание
Hello Everyone! In this video, I will teach you you how to create a login, logout, and user creation system in django using django Authentication system.

you will learn how to validate and authenticate users in the tutorial.

***** CODE *****

CHAPTERS
0:00 Intro | Result of our build
2:41 Project Setup
8:55 Setting up templates
11:53 HTML code for home page
14:57 HTML code for user registration page
21:15 CSS (styling our HTML)
35:12 Admin panel (creating superuser)
47:03 setting up Login view
51:00 Testing user registration form
56:36 HTML code for user login page
1:09:20 Testing User login form
1:12:40 Restricting pages | anonymous users
1:17:16 Creating Logout view
1:21:17 restricting items on a page
1:27:03 END

**My Social Media**
Instagram:

Twitter:

**More Tutorials**

#django
#djangoauthentication
#djangovalidation
#djangotutorial
Рекомендации по теме
Комментарии
Автор

you helped very much for our authentication!
thank you very much

johnvillaraza
Автор

great, i like the way you are paying attention to specific instances to help beginners out.

chrisdebrah
Автор

You literally helped my comprehension of the different processes working with django especially with the docs. But please I have a challenge, following this tutorial everything worked for me except that my CSS didn't load. I'd be glad if you could help and if I could get a means of corresponding with you because this is by far one of the best and easy to understand tutorial on the subject that I have viewed . THANK YOU.

newtonditimiphilips-bates
Автор

The best tutorial ever!! Thank you Sir!!!

MrPopworld
Автор

thank you so much sir !!!... its really helped me a lot 😊😊

nazeerahmed
Автор

Thanks a million!
The best tutorial!

solekovsky
Автор

55:00 the error appeared because you have created this user with name deji
and now you're trying to add another one

the fix would be to make a user with another name, not deji

somnvm
Автор

I followed step by step but how come I could not save it into django?

MrPopworld