diff --git a/app/__init__.py b/app/__init__.py index e2350a7..e8655d0 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -176,7 +176,7 @@ def register_settings(app): try: app.config.from_object('app.settings') except Exception: - + print("Not using settings.py") # Load environment specific settings app.config['TESTING'] = False