fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef03d00
)
Forgotten deploy step.
author
Radek Czajka
<rczajka@rczajka.pl>
Fri, 15 Feb 2019 10:43:20 +0000
(11:43 +0100)
committer
Radek Czajka
<rczajka@rczajka.pl>
Fri, 15 Feb 2019 10:43:20 +0000
(11:43 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
471127c
..
79fa8f6
100644
(file)
--- 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