5 lines
72 B
Batchfile
5 lines
72 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
py -3.12 manage.py runserver 0.0.0.0:8000
|
|
pause
|