From 78914962ed73d33e5291467081010cce2fa2ecfd Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Tue, 9 Aug 2011 19:22:09 +0200 Subject: Add tests about sending notifications. #7 --- budget/web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'budget/web.py') diff --git a/budget/web.py b/budget/web.py index 049fae9..36a198d 100644 --- a/budget/web.py +++ b/budget/web.py @@ -11,6 +11,7 @@ from utils import get_billform_for, requires_auth # create the application, initialize stuff app = Flask(__name__) +app.config.from_object("default_settings") mail = Mail() @app.route("/") @@ -200,7 +201,6 @@ def debug(): def main(): - app.config.from_object("default_settings") # db db.init_app(app) db.app = app -- cgit v1.1