From 87d832cae6f59e28b2ef2e15b7078ccc325fb0c4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 11 Feb 2015 18:23:56 +0100 Subject: Makefile sample: add collecstatic to update --- Makefile.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.example b/Makefile.example index d11fc57..e50bace 100644 --- a/Makefile.example +++ b/Makefile.example @@ -6,7 +6,7 @@ PYTHON=python # put name of your current project project=chimere_example_project -update: clean syncdb compilemessages +update: clean syncdb compilemessages collectstatic clean: -rm -rf *~* @@ -39,3 +39,7 @@ run: compilemessages: cd $(CURDIR)/chimere; \ $(PYTHON) ../$(project)/manage.py compilemessages + +collectstatic: + cd $(CURDIR)/chimere; \ + $(PYTHON) ../$(project)/manage.py collectstatic --noinput -- cgit v1.2.3