#!/bin/bash
python manage.py migrate
python manage.py collectstatic -c --noinput
python manage.py runserver 0.0.0.0:8080
