重新提交

This commit is contained in:
2026-03-14 12:31:16 +08:00
parent b88d5c383e
commit 3a804ac033
493 changed files with 0 additions and 146778 deletions

View File

@@ -1,22 +0,0 @@
@echo off
echo ================================
echo Hertz Django
echo ================================
echo activate venv
call venv\Scripts\activate
if %errorlevel% neq 0 (
echo Please run: init_project.bat
pause
exit /b 1
)
start "Hertz Backend" /D "%cd%" cmd /c "python start_server.py"
echo ================================
echo Hertz Django Starting Successful
echo Please wait for the server to start...
echo ================================
pause >nul