From: Radek Czajka Date: Fri, 15 Feb 2019 10:43:20 +0000 (+0100) Subject: Forgotten deploy step. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/f083ac4cb1be9bb6c14ce2045be90e0cdf23508e?hp=ef03d00cada0de76d1e97aa362237923243bb71e Forgotten deploy step. --- diff --git a/Makefile b/Makefile index 471127c17..79fa8f6f5 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ deploy: src/wolnelektury/localsettings.py git submodule update --init pip install -r requirements/requirements.txt src/manage.py migrate --noinput + src/manage.py update_counters src/manage.py collectstatic --noinput