#!/bin/bash
python3 manage.py makemigrations
python3 manage.py migrate

daphne -b 0.0.0.0 -p 8008 greaterwms.asgi:application