add taskresults app to handle celery task results
This commit is contained in:
parent
9b4bef0050
commit
a336af46c2
11 changed files with 149 additions and 2 deletions
|
@ -224,6 +224,7 @@ DJANGO_APPS = (
|
|||
|
||||
# Apps specific for this project go here.
|
||||
LOCAL_APPS = (
|
||||
'taskresults',
|
||||
'domains',
|
||||
'osusers',
|
||||
'managemails',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue