datatracker/dev/deploy/collectstatics.sh
2024-01-15 18:41:18 -05:00

9 lines
236 B
Bash

#!/bin/bash
cp dev/deploy/settings_local_collectstatics.py ietf/settings_local.py
# Install Python dependencies
pip --disable-pip-version-check --no-cache-dir install -r requirements.txt
# Collect statics
ietf/manage.py collectstatic