view tasks.py @ 451:6cd51ea6dfcf

auth: Rewrite permission system and improve support for it. - More proper ACL model for permissions. - Page-level ACL is only specified locally, not inherited anymore. - Protect more API and UI routes with permission checks. - Improve error handling and error pages.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 07 Jan 2018 11:11:04 -0800
parents 41cdccd71717
children
line wrap: on
line source

from invoke import Collection
from monkeys.release import makerelease


ns = Collection()
ns.add_task(makerelease, name='release')