Makefile | Pridan navod na menu a flatpages

This commit is contained in:
Tomas 'Jethro' Pokorny 2020-06-03 21:41:03 +02:00
parent 32bca992b7
commit 74a95a8780

View file

@ -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}