summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example
index 59cd303cf..855b13951 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -51,7 +51,7 @@ collectstatic: ## collect all static files
makemessages: ## generate translation messages
cd $(CURDIR); \
- $(PYTHON) $(project)/manage.py makemessages --all; \
+ $(PYTHON) $(project)/manage.py makemessages --all --ignore '*_app'; \
#msgfilter -i locale/fr/LC_MESSAGES/django.po sed -e d | sed -e "s/fuzzy//g" > locale/django.pot ;\
compilemessages: ## compile translations