fnp
/
prawokultury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
mark_safe chunks.
[prawokultury.git]
/
Makefile
1
.PHONY: deploy
2
3
4
deploy: prawokultury/settings.d/local.py
5
pip install -r requirements.txt
6
./manage.py migrate --noinput
7
./manage.py collectstatic --noinput
8