4 lines
86 B
Batchfile
4 lines
86 B
Batchfile
|
@echo off
|
||
|
cd /d D:\112\document_management
|
||
|
python manage.py runserver 0.0.0.0:8000
|