fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixes #2117: upgrade jPlayer to 2.4
[wolnelektury.git]
/
wolnelektury
/
settings
/
celery.py
1
import djcelery
2
djcelery.setup_loader()
3
4
BROKER_BACKEND = "djkombu.transport.DatabaseTransport"
5
BROKER_HOST = "localhost"
6
BROKER_PORT = 5672
7
BROKER_USER = "guest"
8
BROKER_PASSWORD = "guest"
9
BROKER_VHOST = "/"
10
11
CELERY_EAGER_PROPAGATES_EXCEPTIONS = True
12
CELERY_SEND_TASK_ERROR_EMAILS = True