Updates to Makefile and CONTRIBUTING

...for the RabbitMQ to Redis changeout.
This commit is contained in:
Luke Sneeringer
2014-11-11 14:18:39 -06:00
parent 3a8c32444b
commit 1edd8f9c0a
4 changed files with 13 additions and 3 deletions

View File

@@ -274,7 +274,7 @@ SOUTH_TESTS_MIGRATE = False
import djcelery
djcelery.setup_loader()
BROKER_URL = 'django://'
BROKER_URL = 'redis://localhost/'
CELERY_TASK_SERIALIZER = 'json'
CELERY_RESULT_SERIALIZER = 'json'
CELERY_ACCEPT_CONTENT = ['json']