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, 0 insertions, 4 deletions
diff --git a/app/exts.py b/app/exts.py
deleted file mode 100644
index 7d42edc..0000000
--- a/app/exts.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# -*- coding: utf-8 -*-
-
-from flask.ext.sqlalchemy import SQLAlchemy
-db = SQLAlchemy()