Jonas Havelka
3 years ago
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 new issue