From 96ea649304b3c7b25224d243f62529e0ad54d8b4 Mon Sep 17 00:00:00 2001 From: Tom Price Date: Tue, 10 Nov 2015 11:11:12 +0000 Subject: [PATCH] Remove auto calculation of git version as this doesn't work on heroku. --- PyRIGS/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyRIGS/settings.py b/PyRIGS/settings.py index 4a6756fd..d85ff887 100644 --- a/PyRIGS/settings.py +++ b/PyRIGS/settings.py @@ -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