mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-22 00:09:14 +00:00
[Change] Rename applications -> terminal
This commit is contained in:
8
apps/terminal/hands.py
Normal file
8
apps/terminal/hands.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
|
||||
from users.models import User
|
||||
from users.permissions import IsSuperUserOrAppUser, IsAppUser, \
|
||||
IsSuperUserOrAppUserOrUserReadonly
|
||||
from audits.models import ProxyLog
|
||||
from users.utils import AdminUserRequiredMixin
|
Reference in New Issue
Block a user