régler les imports des fichiers après redistribution
This commit is contained in:
@@ -17,7 +17,7 @@ from app.app import create_app
|
||||
|
||||
if __name__ == '__main__':
|
||||
app = create_app()
|
||||
debug_mode = os.getenv('FLASK_DEBUG', 'false').lower() == 'true'
|
||||
debug_mode = os.getenv('FLASK_DEBUG', 'true').lower() == 'true'
|
||||
if debug_mode:
|
||||
app.logger.warning(
|
||||
'Running in DEBUG mode with Flask built-in server. '
|
||||
|
||||
Reference in New Issue
Block a user