add task queue api
This commit is contained in:
parent
0eb873d2cb
commit
e1cacdb67a
15 changed files with 257 additions and 7 deletions
|
|
@ -140,7 +140,8 @@ INSTALLED_APPS = (
|
|||
'tv',
|
||||
'document',
|
||||
'entity',
|
||||
'websocket'
|
||||
'websocket',
|
||||
'taskqueue',
|
||||
)
|
||||
|
||||
# Log errors into db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue