init_local

This commit is contained in:
Pavel "LEdoian" Turinsky 2022-11-21 22:17:52 +01:00
parent d468108188
commit dfede45535

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