From 20a11358eb68c06adaf9234a64154e7b6396929b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Thu, 8 Sep 2022 15:57:03 +0200 Subject: [PATCH] =?UTF-8?q?Generov=C3=A1n=C3=AD=20testdat=20(pozn=C3=A1mka?= =?UTF-8?q?=20p=C5=99i=20install=5Fweb)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1364572f..94a377c4 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ install_web: venv_check pip install --upgrade setuptools # Instalace závislostí webu pip install -r requirements.txt --upgrade + # Pro vygenerování tesdat spusť ./manage.py testdata # Po vygenerování testdat spusť ./manage.py loaddata data/*, ať máš menu a další modely # Pro synchronizaci flatpages spusť make sync_prod_flatpages