foundation.mozilla.org/release-steps.sh

10 строки
157 B
Bash
Executable File

#!/usr/bin/env bash
cd network-api
# Django Migrations
python ./manage.py migrate --no-input
# Clear cache for BuyersGuide
python ./manage.py clear_cache