Skip to content

Instantly share code, notes, and snippets.

@mukgupta
Created May 21, 2014 15:48
Show Gist options
  • Save mukgupta/a7cd2c46eb5a239aa549 to your computer and use it in GitHub Desktop.
Save mukgupta/a7cd2c46eb5a239aa549 to your computer and use it in GitHub Desktop.
Raven Celery Package
# Add raven to the list of installed apps
INSTALLED_APPS = INSTALLED_APPS + (
# ...
'raven.contrib.django.celery ',
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment