added base class for api handling

This commit is contained in:
Yeqing Zhang
2019-02-12 06:58:54 +08:00
parent 2610f76719
commit 04c5d69c9f
12 changed files with 136 additions and 117 deletions

2
bin/start_flower.sh Normal file → Executable file
View File

@@ -1 +1 @@
celery flower --broker=redis://localhost:6379/0 --backend=redis://localhost:6379/1
celery flower --broker=mongodb://localhost:27017 --backend=redis://localhost:6379/1