From 66dc1feac6dc17a4d79815f59625fbf114c147ba Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Wed, 16 Oct 2024 12:44:59 +0200 Subject: Added the batch scripts and the variable change for the app setting --- run_senior.bat | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 run_senior.bat (limited to 'run_senior.bat') diff --git a/run_senior.bat b/run_senior.bat new file mode 100644 index 0000000..65b5e41 --- /dev/null +++ b/run_senior.bat @@ -0,0 +1,4 @@ +SET "DATABASE=database_senior.csv" +SET "APP_SETTINGS=config.ProductionConfig" +call .venv\Scripts\activate +call flask run -p 3000 \ No newline at end of file -- cgit v1.3.1