mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-22 00:09:14 +00:00
* perf: 优化confirm接口 * perf: 修改 校验 * perf: 优化 confirm API 逻辑 * Delete django.po Co-authored-by: feng626 <1304903146@qq.com> Co-authored-by: ibuler <ibuler@qq.com> Co-authored-by: Jiangjie.Bai <bugatti_it@163.com> Co-authored-by: feng626 <57284900+feng626@users.noreply.github.com>
15 lines
359 B
Python
15 lines
359 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 users.models import User, UserGroup
|