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