remove sentry
This commit is contained in:
parent
d81d2445f5
commit
0216cadd85
|
|
@ -1,8 +1,6 @@
|
|||
"""Development settings."""
|
||||
from .base import *
|
||||
from .amazon_s3 import *
|
||||
import sentry_sdk
|
||||
from sentry_sdk.integrations.django import DjangoIntegration
|
||||
|
||||
ALLOWED_HOSTS = ['gm.id-east.ru', '95.213.204.126', '0.0.0.0']
|
||||
|
||||
|
|
@ -47,11 +45,6 @@ ELASTICSEARCH_INDEX_NAMES = {
|
|||
|
||||
# ELASTICSEARCH_DSL_AUTOSYNC = False
|
||||
|
||||
sentry_sdk.init(
|
||||
dsn="https://35d9bb789677410ab84a822831c6314f@sentry.io/1729093",
|
||||
integrations=[DjangoIntegration()]
|
||||
)
|
||||
|
||||
|
||||
# DATABASE
|
||||
DATABASES.update({
|
||||
|
|
|
|||
|
|
@ -41,8 +41,6 @@ django-elasticsearch-dsl-drf==0.20.2
|
|||
elasticsearch==7.1.0
|
||||
elasticsearch-dsl==7.1.0
|
||||
|
||||
sentry-sdk==0.11.2
|
||||
|
||||
# AMAZON S3
|
||||
boto3==1.9.238
|
||||
django-storages==1.7.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user