From 3d7af886db2009e005216fb4dda87cd6827d0f3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aneta=20Pokorn=C3=A1?= Date: Tue, 19 Jan 2021 20:25:13 +0100 Subject: [PATCH] =?UTF-8?q?Makefile:=20aktualizace=20toho,=20kde=20se=20na?= =?UTF-8?q?ch=C3=A1z=C3=AD=20sitetree=5Fnew.json,=20aby=20fungoval=20p?= =?UTF-8?q?=C5=99=C3=ADkaz?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 482aeaff..cb649456 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ install_web: venv_check pip install --upgrade setuptools # Instalace závislostí webu pip install -r requirements.txt --upgrade - # Po vygenerování testdat spusť ./manage.py loaddata sitetree_new.json, ať máš menu + # Po vygenerování testdat spusť ./manage.py loaddata data/sitetree_new.json, ať máš menu # Pro synchronizaci flatpages spusť make sync_prod_flatpages install_venv: