ticket-website/scripts/runserver.bat

8 lines
146 B
Batchfile

@echo off
echo Migrating database...
python manage.py migrate
echo Running without reload...
python manage.py runserver 0.0.0.0:8000 --noreload