Statistics
| Branch: | Tag: | Revision:

root / edumanage / decorators.py @ 1d70dbce

History | View | Annotate | Download (2 kB)

# Date Author Comment
1a53a4d7 06/22/2015 01:08 pm Stauros Kroustouris

add packages from pip and clean lint errors

c666e0f0 02/06/2013 03:52 pm Leonidas Poulopoulos

Crreated a custom decorator to support social auth

Created a login-required - like decorator to indicate that the user should
be social active in order to view protected views. Added the decorator in any
place that the login_required exists.