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