summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne@peacefrogs.net>2019-08-26 20:11:52 +0200
committerÉtienne Loks <etienne@peacefrogs.net>2019-08-26 20:13:37 +0200
commit6922d81fa5efe02a620e9e779a9c3ffbfc6c4eb8 (patch)
tree5c3eedf34e31511a20edd3a39b5275c59a0394e2 /Makefile.example
parent878ba9348c15860260462248446fda2cbbd7065c (diff)
downloadishtar-pergamon-6922d81fa5efe02a620e9e779a9c3ffbfc6c4eb8.tar.bz2
ishtar-pergamon-6922d81fa5efe02a620e9e779a9c3ffbfc6c4eb8.zip
Install instruction
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