summaryrefslogtreecommitdiff
path: root/run_youth.bat
diff options
context:
space:
mode:
authorKaran Jayachandra <karan.jayachandra@nxp.com>2024-10-16 12:44:59 +0200
committerKaran Jayachandra <karan.jayachandra@nxp.com>2024-10-16 12:44:59 +0200
commit66dc1feac6dc17a4d79815f59625fbf114c147ba (patch)
tree5f37f04a5f1de63c6e43a95962b8c1399e6bf741 /run_youth.bat
parentf6f8cb4f1bf643a8d29f917d5c977cb2343f2672 (diff)
Added the batch scripts and the variable change for the app setting
Diffstat (limited to 'run_youth.bat')
-rw-r--r--run_youth.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/run_youth.bat b/run_youth.bat
new file mode 100644
index 0000000..a66ae31
--- /dev/null
+++ b/run_youth.bat
@@ -0,0 +1,4 @@
+SET "DATABASE=database_youth.csv"
+SET "APP_SETTINGS=config.ProductionConfig"
+call .venv\Scripts\activate
+call flask run \ No newline at end of file