summaryrefslogtreecommitdiffstats
path: root/app/exts.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/exts.py')
-rw-r--r--app/exts.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/exts.py b/app/exts.py
new file mode 100644
index 0000000..7d42edc
--- /dev/null
+++ b/app/exts.py
@@ -0,0 +1,4 @@
+# -*- coding: utf-8 -*-
+
+from flask.ext.sqlalchemy import SQLAlchemy
+db = SQLAlchemy()