mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
Django celery loader.
This commit is contained in:
parent
f906513657
commit
5a54c973c2
1 changed files with 7 additions and 0 deletions
|
@ -236,6 +236,13 @@ DEBUG_TOOLBAR_CONFIG = {
|
||||||
'HIDE_DJANGO_SQL': False,
|
'HIDE_DJANGO_SQL': False,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# ==========
|
||||||
|
# = Celery =
|
||||||
|
# ==========
|
||||||
|
|
||||||
|
import djcelery
|
||||||
|
djcelery.setup_loader()
|
||||||
|
|
||||||
# =========
|
# =========
|
||||||
# = Mongo =
|
# = Mongo =
|
||||||
# =========
|
# =========
|
||||||
|
|
Loading…
Add table
Reference in a new issue