mirror of
https://github.com/Llloooggg/Dyxless.git
synced 2026-03-06 18:56:24 +03:00
11 lines
122 B
Batchfile
11 lines
122 B
Batchfile
|
|
@echo off
|
|
|
|
if not exist "db.sqlite" (
|
|
python init_db.py
|
|
)
|
|
|
|
set FLASK_APP=dyxless
|
|
set FLASK_ENV=development
|
|
|
|
flask run |