mirror of https://github.com/jumpserver/jumpserver
fix: 系统启动bug
parent
00d434ceea
commit
c5f6c564a7
|
@ -17,7 +17,6 @@ from django.utils.translation import ugettext_lazy as _
|
||||||
from django.utils import timezone
|
from django.utils import timezone
|
||||||
from django.shortcuts import reverse
|
from django.shortcuts import reverse
|
||||||
|
|
||||||
from acls.models import LoginACL
|
|
||||||
from orgs.utils import current_org
|
from orgs.utils import current_org
|
||||||
from orgs.models import OrganizationMember, Organization
|
from orgs.models import OrganizationMember, Organization
|
||||||
from common.exceptions import JMSException
|
from common.exceptions import JMSException
|
||||||
|
|
Loading…
Reference in New Issue