init_local
This commit is contained in:
parent
d468108188
commit
dfede45535
1 changed files with 10 additions and 0 deletions
10
make/init_local
Executable file
10
make/init_local
Executable 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
|
Loading…
Reference in a new issue