Files
cmhub/start.bat
T
2026-07-01 19:32:36 +08:00

5 lines
72 B
Batchfile

@echo off
cd /d "%~dp0"
py -3.12 manage.py runserver 0.0.0.0:8000
pause