stalker.db.auth.permission_required

stalker.db.auth.permission_required(permission_group, error_message=None)

a decorator that implements permission checking to any function or method

Checks if the logged in user is in the given permission group and then calls the decorated function

Previous topic

stalker.db.auth.login_required

Next topic

stalker.db.auth.logout

This Page