Browse Source

add start_server batch

MASSOT Olivier 7 năm trước cách đây
mục cha
commit
3d508e46f4
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      start_server.cmd

+ 3 - 0
start_server.cmd

@@ -0,0 +1,3 @@
+set FLASK_APP=index.py
+set FLASK_ENV=development
+flask run