Delete init_local.sh
This commit is contained in:
parent
4852572dbf
commit
ce64454eff
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e # Spadni pokud něco spadne
|
||||
|
||||
# Check venvu
|
||||
# NOTE: zkontroluje i správnou složku -- existencí Makefilu
|
||||
make venv_check
|
||||
|
||||
# Vygenerujeme testdata
|
||||
./manage.py testdata
|
||||
|
||||
# Nahrajeme statický obsah modelů
|
||||
./manage.py loaddata flat.json sitetree_new.json
|
||||
|
||||
# Posbíráme statické soubory
|
||||
./manage.py collectstatic
|
Loading…
Reference in a new issue