prod
Dmitriy Shesterkin 9 years ago
parent d8160375a4
commit 4bdc033a1a
  1. 9
      src/dokumentor/settings/stage.py

@ -1,6 +1,7 @@
# flake8: noqa
# coding: utf-8
import dj_database_url
import raven
from src.dokumentor.settings.common import *
@ -60,3 +61,11 @@ ROBOKASSA_PASSWORD2 = 'iuJI7adaUGGE96QKz17a'
ROBOKASSA_USE_POST = True
ROBOKASSA_STRICT_CHECK = True
ROBOKASSA_TEST_MODE = True
RAVEN_CONFIG = {
'dsn': 'http://02d524ef0d044bdfae0b39546b752cb2:'
'1e025305594d4532ae93125372dcde50@sentry.mitri4.pro/1',
# If you are using git, you can also automatically configure the
# release based on the git info.
'release': raven.fetch_git_sha(ROOT_DIR),
}

Loading…
Cancel
Save