added celery config for jenkins

pull/1/head
Ed Summers 2011-10-20 05:19:19 +00:00
parent dbcd8e3465
commit 11e75cb0a9
1 changed files with 4 additions and 0 deletions

View File

@ -73,3 +73,7 @@ PAYPAL_BUYER_LOGIN =''
PAYPAL_BUYER_PASSWORD = ''
BASE_URL = 'http://0.0.0.0/'
# use database as queuing service in development
BROKER_TRANSPORT = "djkombu.transport.DatabaseTransport"
INSTALLED_APPS += ("djkombu",)