Strategická: Nelogovat db
This commit is contained in:
parent
a8b813bbd5
commit
e2153b6d03
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import json
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
logging.basicConfig()
|
logging.basicConfig()
|
||||||
logging.getLogger('sqlalchemy.engine').setLevel(logging.INFO)
|
logging.getLogger('sqlalchemy.engine').setLevel(logging.ERROR)
|
||||||
|
|
||||||
static_dir = os.path.abspath('static')
|
static_dir = os.path.abspath('static')
|
||||||
app = Flask(__name__, static_folder=static_dir)
|
app = Flask(__name__, static_folder=static_dir)
|
||||||
|
|
Loading…
Reference in a new issue