fully remove raven and switch WSGI and logging to sentry_sdk

This commit is contained in:
Jens Langhammer
2019-04-05 16:11:53 +02:00
parent 660972e303
commit eaa573c715
6 changed files with 12 additions and 10 deletions

View File

@ -6,8 +6,6 @@ import os
from celery import Celery, signals
from django.conf import settings
# from raven import Client
# set the default Django settings module for the 'celery' program.
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "passbook.core.settings")