diff options
| author | Santo Cariotti <dcariotti24@gmail.com> | 2020-04-06 19:54:53 +0000 |
|---|---|---|
| committer | Santo Cariotti <dcariotti24@gmail.com> | 2020-04-06 19:54:53 +0000 |
| commit | 3a2246e26e9febe3c15e2ddc1e7e6f320f86fe15 (patch) | |
| tree | 9cbd95771d38dfd66bedb4a447470391d34a68eb /src/frest/database.py | |
| parent | 6188a952974b3e268936beb1027ea58fbfaa67aa (diff) | |
chore: move package in frest folder
Diffstat (limited to 'src/frest/database.py')
| -rw-r--r-- | src/frest/database.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/frest/database.py b/src/frest/database.py deleted file mode 100644 index 176cd52..0000000 --- a/src/frest/database.py +++ /dev/null @@ -1,4 +0,0 @@ -from flask_sqlalchemy import SQLAlchemy - -db = SQLAlchemy() -config = {"DATABASE_URI": "sqlite:///database.db"} |
