yaacl 0.8.2

After all views are decorated, run command “./manage.py sync_acl“, so all views will be registered in database. “`python from yaacl.decorators import acl_register_view from django.contrib.auth.decorators import login_required @login_required @acl_register_view def index : pass “` First parameter is “name“ the short name for this view .