"Menu escamotble pour tTh"

This commit is contained in:
Doug Le Tough 2017-10-30 11:14:21 +01:00
parent 2cc69e7246
commit c0e9344a0a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ from functools import wraps
app = Flask(__name__)
app.config.from_pyfile('config.py')
app.secret_key = '446307a5f61c2bb810436b2ee0f903f2'
app.debug = True
app.debug = False
app.static_url_path='/static'
db = SQLAlchemy(app)