[FEAT] Add Bootstrap theming through admin dashboard

This commit is contained in:
2023-02-24 19:43:34 +00:00
parent 86e18c399d
commit 843bdebabf
7 changed files with 23 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ set -eo pipefail
python manage.py migrate
echo "[{\"model\": \"sites.site\",\"pk\": 1,\"fields\": { \"domain\": \"${SITE_URL}\", \"name\": \"${PROJECT_SHORT_NAME}\" }}]" | python manage.py loaddata --format=json -
python manage.py selectiveloaddata breccia_mapper/fixtures/bootstrap_customizer_theme.json
python manage.py loaddata --format=json bootstrap_customizer_sitetheme
python manage.py collectstatic --no-input
exec "$@"