migrate celery settings to BROKER_URL

This commit is contained in:
j 2014-11-26 21:03:27 +01:00
commit 35d978d4c2
3 changed files with 22 additions and 6 deletions

View file

@ -128,7 +128,7 @@ DATABASES = {
'PASSWORD': '',
}
}
BROKER_PASSWORD = "$RABBITPWD"
BROKER_URL = 'amqp://pandora:$RABBITPWD@localhost:5672//pandora'
XACCELREDIRECT = True
DEBUG = False