fnp
/
cas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d8e3114
)
Makefile
author
Radek Czajka
<rczajka@rczajka.pl>
Fri, 11 Jan 2019 10:53:48 +0000
(11:53 +0100)
committer
Radek Czajka
<rczajka@rczajka.pl>
Fri, 11 Jan 2019 10:53:48 +0000
(11:53 +0100)
Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/Makefile
b/Makefile
new file mode 100644
(file)
index 0000000..
b700ee6
--- /dev/null
+++ b/
Makefile
@@ -0,0
+1,7
@@
+.PHONY: deploy
+
+deploy: src/cas/localsettings.py
+ pip install -r requirements.txt
+ src/manage.py migrate --noinput
+ src/manage.py collectstatic --noinput
+