From ea0d76fbc2c4938ec7dd8fbdba0338723974cb3f Mon Sep 17 00:00:00 2001 From: Lucas Connors Date: Wed, 28 Aug 2019 22:50:54 -0700 Subject: [PATCH] FIX: Update TOP_DIR -> BASE_DIR --- perdiem/settings/prod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perdiem/settings/prod.py b/perdiem/settings/prod.py index 814b5256..a7a5e9ab 100644 --- a/perdiem/settings/prod.py +++ b/perdiem/settings/prod.py @@ -18,7 +18,7 @@ def RAVEN_CONFIG(self): secret_key=os.environ["PERDIEM_SENTRY_SECRET_KEY"], project_id=os.environ["PERDIEM_SENTRY_PROJECT_ID"] ), - 'release': raven.fetch_git_sha(self.TOP_DIR), + 'release': raven.fetch_git_sha(self.BASE_DIR), } # Static files (CSS, JavaScript, Images)