Commit 16a21637 authored by c24b's avatar c24b

CELERY import

parent 67e4364f
......@@ -39,7 +39,11 @@ import djcelery
djcelery.setup_loader()
BROKER_URL = 'amqp://guest:guest@localhost:5672/'
CELERY_ACCEPT_CONTENT = ['pickle', 'json', 'msgpack', 'yaml']
CELERY_IMPORTS = ("gargantext.util.toolchain", "graph.cooccurrences")
CELERY_IMPORTS = ("gargantext.util.toolchain",
"graph.cooccurrences",
"gargantext.util.toolchain.main.parse_extract_indexhyperdata",
"gargantext.util.toolchain.main.parse_extract",
)
# garg's custom unittests runner (adapted to our db models)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment