update acl

This commit is contained in:
pycook
2019-11-14 18:35:31 +08:00
parent 47c66be179
commit eaa5cb8bf1
14 changed files with 261 additions and 206 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)