lasuite-docs/abra.sh

12 lines
238 B
Bash
Executable File

# Set any config versions here
# Docs: https://docs.coopcloud.tech/maintainers/handbook/#manage-configs
export NGINX_CONF_VERSION=v2
# environment() {
# # TODO: Add file_env here
# }
migrate() {
python manage.py migrate --noinput
}