|
|
|
|
@ -16,6 +16,8 @@ MANAGERS = ADMINS |
|
|
|
|
|
|
|
|
|
ALLOWED_HOSTS = ['dokumentor.ru', '*'] |
|
|
|
|
|
|
|
|
|
INSTALLED_APPS += ['raven.contrib.django.raven_compat', ] |
|
|
|
|
|
|
|
|
|
DATABASES = { |
|
|
|
|
'default': dj_database_url.parse(e.get('DJANGO_DB')), |
|
|
|
|
} |
|
|
|
|
@ -48,8 +50,8 @@ ROBOKASSA_STRICT_CHECK = True |
|
|
|
|
ROBOKASSA_TEST_MODE = False |
|
|
|
|
|
|
|
|
|
RAVEN_CONFIG = { |
|
|
|
|
'dsn': 'http://02d524ef0d044bdfae0b39546b752cb2:' |
|
|
|
|
'1e025305594d4532ae93125372dcde50@sentry.mitri4.pro/1', |
|
|
|
|
'dsn': 'https://f1254abcf14049b3bbecf68122921d98:' |
|
|
|
|
'0b6446c112fa40e19ba57ed1a320d160@sentry.lets-dev.ru/3', |
|
|
|
|
# If you are using git, you can also automatically configure the |
|
|
|
|
# release based on the git info. |
|
|
|
|
'release': raven.fetch_git_sha(ROOT_DIR), |
|
|
|
|
|