summaryrefslogtreecommitdiffstats
path: root/frest/database.py
diff options
context:
space:
mode:
authorSanto Cariotti <dcariotti24@gmail.com>2020-04-09 19:32:29 +0000
committerSanto Cariotti <dcariotti24@gmail.com>2020-04-09 19:32:29 +0000
commit0e6fec8d4e5eaf2c72a51e2f2ddcab536c693313 (patch)
tree97385e26e588904c4b013f394a828d7f779fb41e /frest/database.py
parent388ae097da005fdf800b423ced8cb9fe4b7296d6 (diff)
chore: remove generic project files
Diffstat (limited to 'frest/database.py')
-rw-r--r--frest/database.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/frest/database.py b/frest/database.py
deleted file mode 100644
index 176cd52..0000000
--- a/frest/database.py
+++ /dev/null
@@ -1,4 +0,0 @@
-from flask_sqlalchemy import SQLAlchemy
-
-db = SQLAlchemy()
-config = {"DATABASE_URI": "sqlite:///database.db"}