mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-26 18:02:18 +00:00
Remove auto calculation of git version as this doesn't work on heroku.
This commit is contained in:
@@ -137,7 +137,7 @@ RAVEN_CONFIG = {
|
|||||||
'dsn': os.environ.get('RAVEN_DSN'),
|
'dsn': os.environ.get('RAVEN_DSN'),
|
||||||
# If you are using git, you can also automatically configure the
|
# If you are using git, you can also automatically configure the
|
||||||
# release based on the git info.
|
# 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
|
# User system
|
||||||
|
|||||||
Reference in New Issue
Block a user