fnp
/
koed-quiz.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add a makefile.
[koed-quiz.git]
/
Makefile
1
.PHONY: deploy
2
3
4
deploy: koedquiz/localsettings.py
5
pip install -r requirements.txt
6
src/manage.py migrate --noinput
7
src/manage.py collectstatic --noinput
8