#!/bin/bash source venv/bin/activate python /app/manage.py makemigrations python /app/manage.py migrate --run-syncdb chmod +x fixtures/download_fixtures.sh . fixtures/download_fixtures.sh python /app/manage.py runserver 0.0.0.0:8000