summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9c3eb66..6963344 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,8 @@ migrate: ## apply DB migrations
collectstatic: ## web - collect static files to serve
$(PYTHON) manage.py collectstatic --no-input
+update: collectstatic compilemessages migrate ## update
+ echo "OK"
regenerate_all: migrate ## regenerate all the database
$(PYTHON) manage.py createsuperuser