What does @ mean in Python?
@
Example: @login_required, etc.
@login_required
It's a decorator. More here: http://www.ibm.com/developerworks/linux/library/l-cpdecor.html