6 lines
71 B
Batchfile
6 lines
71 B
Batchfile
@echo off
|
|
|
|
call createenv.bat
|
|
|
|
python manage.py runserver 0.0.0.0:8000
|