#!/bin/sh
#python manage.py create_db
python manage.py db upgrade
exec "$@"