Skip to content

Instantly share code, notes, and snippets.

@chriskief
Created October 24, 2013 05:23
Show Gist options
  • Save chriskief/7131786 to your computer and use it in GitHub Desktop.
Save chriskief/7131786 to your computer and use it in GitHub Desktop.
# add the following to your settings.py
import djcelery
djcelery.setup_loader()
# assuming you didn't change the default RabbitMQ username / password
BROKER_URL = 'amqp://guest:guest@localhost:5672/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment