Создание базы данных перенесено в основной код

This commit is contained in:
2021-07-17 15:21:54 +03:00
parent 37a158712b
commit 0931dbea89
2 changed files with 4 additions and 4 deletions

View File

@@ -1,10 +1,6 @@
@echo off
if not exist "db.sqlite" (
python init_db.py
)
set FLASK_APP=dyxless
set FLASK_ENV=development