move settings under uncloud.common

This commit is contained in:
ahmadbilalkhalid 2020-01-06 12:25:59 +05:00
commit 6086fec633
19 changed files with 28 additions and 18 deletions

View file

@ -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():