From 330763f21614092c049387d3cc75085fcb885aff Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Thu, 25 Jun 2020 19:29:34 +0200 Subject: [PATCH] Init: collectstatic --- init_local.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init_local.sh b/init_local.sh index 5c509ba0..ab373c38 100755 --- a/init_local.sh +++ b/init_local.sh @@ -11,3 +11,6 @@ make venv_check # Nahrajeme statický obsah modelů ./manage.py loaddata flat.json sitetree_new.json + +# Posbíráme statické soubory +./manage.py collectstatic