EquityZen interview question

What are decorators in Django?

Interview Answer

Anonymous

28 Mar 2017

Decorators are used to add functionality or checks to functions, like checking whether a user is logged in before loading a view.