summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-03-15 18:57:45 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-06-17 13:21:27 +0200
commitde20f704453581bb34ec0152825111e85808ccc2 (patch)
treeeb79f424c92c37189346e956f9fe5b8f89ba4f22 /Makefile.example
parente76cfa15af8a156b9851236eebb74c22858db481 (diff)
downloadIshtar-de20f704453581bb34ec0152825111e85808ccc2.tar.bz2
Ishtar-de20f704453581bb34ec0152825111e85808ccc2.zip
Celery: manage cached_label update with tasks
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example5
1 files changed, 5 insertions, 0 deletions
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; \