update acl

This commit is contained in:
pycook
2019-11-14 18:35:31 +08:00
parent 3b62bd7ac9
commit 0439e2462b
21 changed files with 329 additions and 221 deletions

View File

@@ -23,7 +23,7 @@ from api.extensions import (
rd,
)
from api.flask_cas import CAS
from api.models.account import User
from api.models.acl import User
HERE = os.path.abspath(os.path.dirname(__file__))
PROJECT_ROOT = os.path.join(HERE, os.pardir)