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}