summaryrefslogtreecommitdiffstats
path: root/app/exts.py
diff options
context:
space:
mode:
authorNico Geyso <nico.geyso@fu-berlin.de>2014-12-07 18:09:58 +0100
committerNico Geyso <nico.geyso@fu-berlin.de>2014-12-07 18:09:58 +0100
commit4ea12c4b97fc7775ab5ae3cb4607f715b880aede (patch)
treebdb798ffd244bee68b62d70da068ca795da766e6 /app/exts.py
parentab487c574b6ac405a869528516bed55473e93c5f (diff)
downloadklausuren-4ea12c4b97fc7775ab5ae3cb4607f715b880aede.tar.gz
klausuren-4ea12c4b97fc7775ab5ae3cb4607f715b880aede.tar.bz2
klausuren-4ea12c4b97fc7775ab5ae3cb4607f715b880aede.zip
Remove dependency of pygit2 instead use directory listings
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()