Browse Source

init_local

pull/11/head
Pavel "LEdoian" Turinsky 2 years ago
parent
commit
dfede45535
  1. 10
      make/init_local

10
make/init_local

@ -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…
Cancel
Save