From 6922d81fa5efe02a620e9e779a9c3ffbfc6c4eb8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 26 Aug 2019 20:11:52 +0200 Subject: Install instruction --- Makefile.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.example') 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 -- cgit v1.2.3