This commit is contained in:
Nikita P. Shupeyko 2018-05-09 13:42:20 +03:00
parent a07327459c
commit 661fc3e449

View File

@ -1,3 +1,7 @@
{% if cookiecutter.use_sentry == 'y' -%}
import logging
{% endif -%}
from .base import * # noqa
from .base import env
@ -233,8 +237,6 @@ LOGGING = {
},
}
import logging
SENTRY_CELERY_LOGLEVEL = env.int('DJANGO_SENTRY_LOG_LEVEL', logging.INFO)
RAVEN_CONFIG = {
'dsn': SENTRY_DSN