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 @@ from flask import Flask, request
|
|||
from flask_restful import Resource, Api
|
||||
from werkzeug.exceptions import HTTPException
|
||||
|
||||
from uncloud.settings import settings
|
||||
from uncloud.common.settings import settings
|
||||
from uncloud.shared import shared
|
||||
|
||||
app = Flask(__name__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue