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

5
startserver.bat Normal file
View File

@@ -0,0 +1,5 @@
@echo off
set FLASK_APP=dyxless
set FLASK_ENV=development
flask run