Register New Users - Django Wednesdays ECommerce 8

Описание к видео Register New Users - Django Wednesdays ECommerce 8

In this video we'll set up a User Registration system using Django and Python.

We want our shoppers to be able to create accounts to hold their payment info and address and stuff.

We'll use the Django authentication system to set up basic site registration in this video...

#django #codemy #JohnElder

Timecodes

0:00​​ - Introduction
0:55 - Create URL
1:28 - Create Register.html
2:15 - Create Register_User View
2:38 - Add Register Link To Navbar
3:28 - Import User Model and Forms
4:32 - Create Forms.py File
4:55 - Create Registration Form
10:17 - Register View Code
11:17 - Post Form View Code
14:22 - Add Form To Register.html
15:50 - Uncenter/Recenter Register.html
17:00 - Create New User
18:00 - Conclusion

Комментарии

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