aboutsummaryrefslogtreecommitdiff
path: root/budget/run.py
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-09-11 23:00:32 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2011-09-11 23:00:32 +0200
commitef3d761fc70c1c2bf0d45dde6d2703c73715bf6c (patch)
treed6938ba461348d204370f09159a7b036e9d06644 /budget/run.py
parent4bb96b28dee16e78d68f16f5bf158f1e879a0523 (diff)
downloadihatemoney-mirror-ef3d761fc70c1c2bf0d45dde6d2703c73715bf6c.zip
ihatemoney-mirror-ef3d761fc70c1c2bf0d45dde6d2703c73715bf6c.tar.gz
ihatemoney-mirror-ef3d761fc70c1c2bf0d45dde6d2703c73715bf6c.tar.bz2
Add Handlers for members and bills.
Diffstat (limited to 'budget/run.py')
-rw-r--r--budget/run.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/budget/run.py b/budget/run.py
index 65c6591..e1711a7 100644
--- a/budget/run.py
+++ b/budget/run.py
@@ -8,6 +8,7 @@ app.config.from_object("default_settings")
app.register_blueprint(main)
app.register_blueprint(api)
+
# db
db.init_app(app)
db.app = app