예제 #1
0
def they_can_process_arkivverdig_info(user, they):
    if is_superuser(user):
        they.can(POST, 'ArkivverdigInfo')
예제 #2
0
def they_can_post_purring(user, they):
    if is_superuser(user):
        they.can(POST, 'Purring')