X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/25cb0dced028c91d9a73d7faedae4d3e73162902..b0b9c1f0f9f4cc0f5c4d00d913735ab6a81bf214:/Makefile 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