make: instalace celého lokálního webu

This commit is contained in:
Pavel 'LEdoian' Turinsky 2022-11-21 18:45:50 +01:00
parent ebdedd3643
commit 904a81b38f

10
make/init_local Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash
set -exuo pipefail
. make/lib.sh
make/install_web
ensure_venv
./manage.py testdata
./manage.py loaddata data/*
make/sync_prod_flatpages