#20. Делаем авторизацию пользователей на сайте | Django уроки

Informasi unduhan dan detail video #20. Делаем авторизацию пользователей на сайте | Django уроки
Pengunggah:
selfeduDiterbitkan pada:
14/2/2021Penayangan:
81.2KDeskripsi:
In this lesson you will learn how to implement user authentication on a website using Django. You will discover how to check whether a user is already authenticated with the is_authenticated property, how to use the LoginView class and AuthenticationForm, how to set the get_success_url() method and the LOGIN_REDIRECT_URL parameter, and how to use the login() and logout() functions. Additionally, you will learn how to override the form_valid() method to customize the login process.
Video serupa: Делаем авторизацию пользователей на сайте

#11. Пользовательские теги шаблонов | Django уроки

#19. Регистрация пользователей на сайте | Django уроки

#12. Добавляем слаги (slug) к URL-адресам | Django уроки

#23. Использование капчи captcha | Django уроки

#17. Mixins - убираем дублирование кода | Django уроки

