From d1711fff02337bdd55da3fa0a7e498534ccdeb9a Mon Sep 17 00:00:00 2001 From: "Pavel \"LEdoian\" Turinsky" Date: Tue, 19 Jan 2021 20:18:19 +0100 Subject: [PATCH] =?UTF-8?q?Update=20Makefile=20n=C3=A1vodu?= 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..9d296c4f 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/*, ať máš menu a další modely # Pro synchronizaci flatpages spusť make sync_prod_flatpages install_venv: