It's just really brief for those new to Python, that's all. Well, I guess the whole intro to Python is brief, but decorators could have been given a little more focus.
3y
Where do you use decorators in Django except the group of auth decorators?
3y
It has been a while but IIRC there are decorators to render view output using templates, aren't there?