How To Register Users - Django Wednesdays #24

Описание к видео How To Register Users - Django Wednesdays #24

In this video we'll start to build our the registration functionality for our App.

We'll use the built in authentication system that comes with Django to register new users.


In this video we'll create a form on a webpage that new users can use to register and sign up as a member to the site.


#django #codemy #JohnElder

Timecodes

0:00​​ - Introduction
1:30 - Import UserCreationForms
2:12 - Create register_user view
2:46 - Create register_user.html Webpage
3:26 - Create register_user URL
5:19 - Build register_user view form functionality
9:08 - Add Form To register_user.html Webpage
11:14 - Add Bootstrap Message Alerts
12:43 - Register a New User
14:17 - Conclusion

Комментарии

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