If you're getting a TypeError: 'bool' object is not callable when attempting request.user.is_authenticated(), the reason is that you need to remove the parentheses from is_authenticated().
The hint is the word "callable" in the error message. If something isn't callable, that usually means just remove the parentheses so you're not calling the function.
is_authenticated is an attribute and it's read-only.
Helpful Links
https://docs.djangoproject.com/en/2.2...
Смотрите видео Django request.user.is authenticated() TypeError: 'bool' object is not callable онлайн, длительностью часов минут секунд в хорошем качестве, которое загружено на канал Jarad Python 18 Май 2019. Делитесь ссылкой на видео в социальных сетях, чтобы ваши подписчики и друзья так же посмотрели это видео. Данный видеоклип посмотрели 5,236 раз и оно понравилось 102 посетителям.