[Update] Move LOCAL_DYNAMIC_SETTINGS (#4113)

This commit is contained in:
xinwen
2020-06-16 18:11:23 +08:00
committed by GitHub
parent 220ccda04d
commit 8ad71b6dd9
3 changed files with 34 additions and 34 deletions

View File

@@ -16,7 +16,7 @@ from django.utils.translation import ugettext_lazy as _
from django.utils import timezone
from django.shortcuts import reverse
from jumpserver.const import LOCAL_DYNAMIC_SETTINGS
from common.local import LOCAL_DYNAMIC_SETTINGS
from orgs.utils import current_org
from common.utils import signer, date_expired_default, get_logger, lazyproperty
from common import fields