mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-01-14 20:16:04 +00:00
* [Update] 操作日志 Model Need Record 添加RemoteApp、DatabaseApp、DatabaseAppPermission * [Update] 用户登录日志,采用同步机制 * [Update] 修改DatabaseApp API权限OrgAdmin和AppUser
18 lines
556 B
Python
18 lines
556 B
Python
"""
|
|
jumpserver.__app__.hands.py
|
|
~~~~~~~~~~~~~~~~~
|
|
|
|
This app depends other apps api, function .. should be import or write mack here.
|
|
|
|
Other module of this app shouldn't connect with other app.
|
|
|
|
:copyright: (c) 2014-2018 by Jumpserver Team.
|
|
:license: GPL v2, see LICENSE for more details.
|
|
"""
|
|
|
|
# from terminal.models import Terminal
|
|
# from users.models import User
|
|
# from perms.models import AssetPermission
|
|
# from perms.utils import get_user_granted_assets, get_user_granted_asset_groups
|
|
from assets.models import Asset, SystemUser
|