Custom Auth Decorator. Reverse Auth Protection. Python Django Web Framework Course. #27

preview_player
Показать описание
Custom Auth Decorator. Reverse Auth Protection. Python Django Web Framework Course. #27

Full video.

Alternative Full playlist.

Full series source code.

Рекомендации по теме
Комментарии
Автор

Brother great content and well-articulated, I shared with my friends they are loving the channel.
Will you be willing to produce content on django multi-tenancy single shared database with multiple schemas? Thanks

shadrackdanford
Автор

What do you think about just adding in:
If
return redirect('home')
for the login and register views?

Julian-fzpu