From 0004b40c0a53be9bbdded37d654a89e57273d53d Mon Sep 17 00:00:00 2001 From: Yuanle Song Date: Tue, 6 Sep 2016 14:39:05 +0800 Subject: [PATCH] update doc --- operational | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/operational b/operational index 491bf68..46ba2db 100644 --- a/operational +++ b/operational @@ -1,9 +1,17 @@ * COMMENT -*- mode: org -*- #+Date: 2014-05-09 -Time-stamp: <2016-08-18> +Time-stamp: <2016-09-06> #+STARTUP: content * current :entry: ** +** 2016-09-06 support adding celery to existing project. +- This will add a celeryconfig module and a tasks module. + see examples in + ~/projects/wechat-article-saver/wechat_article_saver_daemon/wechat_article_saver_daemon/celeryconfig.py + ~/projects/wechat-article-saver/wechat_article_saver_daemon/wechat_article_saver_daemon/fetcher.py +- I don't know how to call lein from existing project yet. + shouldn't be so hard. + ** 2016-08-18 integrate tox. let "make test" use the default python in venv, but allow "make tox" to run unit tests against defined python in tox.ini. -- GitLab