summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.example b/Makefile.example
index a8930ba..01b9363 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -43,3 +43,6 @@ makemessages: ## create messages to be translated
compilemessages: ## compile messages to be translated
$(PYTHON) manage.py compilemessages
+
+collectstatic: ## collect static files in the Django project to be served
+ $(PYTHON) manage.py collectstatic