mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-22 00:09:14 +00:00
用户模块修改告一段落
This commit is contained in:
@@ -9,15 +9,8 @@ from django.shortcuts import get_object_or_404
|
||||
from jperm.models import Perm
|
||||
from jumpserver.api import *
|
||||
|
||||
cryptor = PyCrypt(KEY)
|
||||
|
||||
|
||||
class RaiseError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
def my_render(template, data, request):
|
||||
return render_to_response(template, data, context_instance=RequestContext(request))
|
||||
|
||||
|
||||
def get_host_groups(groups):
|
||||
|
Reference in New Issue
Block a user