forked from uncloud/uncloud
move settings under uncloud.common
This commit is contained in:
parent
ef0f13534a
commit
6086fec633
19 changed files with 28 additions and 18 deletions
|
|
@ -5,7 +5,7 @@ import binascii
|
|||
|
||||
from pyotp import TOTP
|
||||
from os.path import join as join_path
|
||||
from uncloud.settings import settings
|
||||
from uncloud.common.settings import settings
|
||||
|
||||
|
||||
def get_otp_parser():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue