raven settings

prod
Dmitriy Shesterkin 9 years ago
parent 504c6e9af7
commit 7c95d4e2e6
  1. 2
      src/dokumentor/settings/common.py

@ -285,7 +285,7 @@ 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(os.path.dirname(os.pardir)),
'release': raven.fetch_git_sha(ROOT_DIR),
}
# cache settings

Loading…
Cancel
Save