chore: add Windows start script

This commit is contained in:
QiuSW
2026-07-01 19:32:36 +08:00
parent 6bbfe7384d
commit 1cd7f0819d
+4
View File
@@ -0,0 +1,4 @@
@echo off
cd /d "%~dp0"
py -3.12 manage.py runserver 0.0.0.0:8000
pause