This commit is contained in:
2021-07-14 01:32:23 +03:00
commit af5478994c
14 changed files with 313 additions and 0 deletions

3
init_db.py Normal file
View File

@@ -0,0 +1,3 @@
from dyxless import db, create_app
db.create_all(app=create_app())