remove raven import

This commit is contained in:
Guilherme Fabrizio 2018-10-01 14:10:21 +01:00
parent 35f63d0e0a
commit da515132a2

View File

@ -192,12 +192,6 @@ AWS_PRELOAD_METADATA = True
{% endif %} {% endif %}
{%- if cookiecutter.use_sentry == 'y' -%} {%- if cookiecutter.use_sentry == 'y' -%}
# raven
# ------------------------------------------------------------------------------
# https://docs.sentry.io/clients/python/integrations/django/
INSTALLED_APPS += ['raven.contrib.django.raven_compat'] # noqa F405
MIDDLEWARE = ['raven.contrib.django.raven_compat.middleware.SentryResponseErrorIdMiddleware'] + MIDDLEWARE
# Sentry # Sentry
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
SENTRY_DSN = env('SENTRY_DSN') SENTRY_DSN = env('SENTRY_DSN')