Login and Logout - Django Wednesdays ECommerce 7

Описание к видео Login and Logout - Django Wednesdays ECommerce 7

In this video I'll show you how to set up the system to login and logout users of the site.

We'll want people to be able to have their own accounts that they can log into.

Eventually those accounts will keep track of orders and things like that...

#django #codemy #JohnElder

Timecodes

0:00​​ - Introduction
1:24 - Create Login/Logout URLs
2:25 - Create Login Page
3:21 - Create Login/Logout Views
4:04 - Import Django Authenticate
5:30 - Add Links To Navbar
6:14 - Show Links if Logged In/Out
7:35 - Add Form to Login Page
10:40 - Add Form Method and Action
11:07 - Add CSRF Token
11:46 - Logout View Code
12:42 - Login View Code
17:00 - Fix Success Misspelling
17:15 - Add Messages To Base.html
18:47 - Test It All Out!
19:39 - Conclusion

Комментарии

Информация по комментариям в разработке