#!/bin/bash

set -exuo pipefail
. make/lib.sh

make/install_web
ensure_venv
./manage.py testdata
./manage.py loaddata data/*
make/sync_prod_flatpages