What does @ mean in Python?
@
Example: @login_required, etc.
@login_required
Some resources for decorator: decorator, PEP 318: Decorators for Functions and Methods, PythonDecorators and PythonDecoratorLibrary.
A decorator article on DDJ and another article (blog post).