5 lines
72 B
Batchfile
5 lines
72 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
runtime\python\python.exe manage.py shell
|
|
pause
|