From 74a95a8780ef7d8c8af50886fce71b96e6a9cf5f Mon Sep 17 00:00:00 2001 From: Tomas 'Jethro' Pokorny Date: Wed, 3 Jun 2020 21:41:03 +0200 Subject: [PATCH] Makefile | Pridan navod na menu a flatpages --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 18a24851..49e0cde9 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,8 @@ 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 + # Pro synchronizaci flatpages spusť make sync_prod_flatpages install_venv: ${VENV} ${VENV_PATH}