From f29f108e4983b35ec24f70b1956d1ad00073feee Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 15 Mar 2019 18:57:45 +0100 Subject: Celery: manage cached_label update with tasks --- Makefile.example | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.example') diff --git a/Makefile.example b/Makefile.example index fc6af35e2..3ad0fb71c 100644 --- a/Makefile.example +++ b/Makefile.example @@ -19,6 +19,8 @@ help: # * pep8: # * pylint: # * syncdb: + # * run: + # * runcelery: # * shell: # * makemessages: # * compilemessages: @@ -82,6 +84,9 @@ shell: run: cd $(project); $(PYTHON) manage.py runserver 0.0.0.0:8000 +runcelery: + celery -A example_project worker -l info + makemessages: for DIR in $(apps); do \ cd $(CURDIR)/$$DIR; \ -- cgit v1.2.3