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