Start the services with overmind

This commit is contained in:
Andreas Zweili 2023-07-13 22:25:50 +02:00
parent 3b04e8337e
commit dd6603992d
1 changed files with 1 additions and 1 deletions

2
dev.sh
View File

@ -4,7 +4,7 @@ run () {
setup
find . -name __pycache__ -o -name "*.pyc" -delete
sudo iptables -I INPUT -p tcp --dport 8000 -j ACCEPT
python ./src/manage.py runserver 0.0.0.0:8000
overmind start
}
setup () {