Remove auto calculation of git version as this doesn't work on heroku.

This commit is contained in:
Tom Price
2015-11-10 11:11:12 +00:00
parent b322335c09
commit 96ea649304

View File

@@ -137,7 +137,7 @@ RAVEN_CONFIG = {
'dsn': os.environ.get('RAVEN_DSN'),
# 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.path.dirname(__file__))),
# 'release': raven.fetch_git_sha(os.path.dirname(os.path.dirname(__file__))),
}
# User system