ticket-website/scripts/runserver.sh
Corban-Lee Jones 8d4050ce8f Create runserver.sh
Nice script to run the server.
Migrates before hand.
Runs on 0.0.0.0:8000 with the --noreload argument.
2024-01-18 12:15:42 +00:00

5 lines
119 B
Bash
Executable File

echo migrating
python manage.py migrate
echo running without reload
python manage.py runserver 0.0.0.0:8000 --noreload