diff options
author | 2020-12-26 17:08:09 -0500 | |
---|---|---|
committer | 2020-12-26 17:08:09 -0500 | |
commit | 545f46c786f6949849ad6d474609a967608d80a7 (patch) | |
tree | acda5c1ca808ef868ba8513bc2958bc49dd6fdb1 /pydis_site/settings.py | |
parent | Improve the RepositoryMetadata cleanup code. (diff) | |
parent | Merge pull request #440 from python-discord/lemon/bug/too_many_github_api_req... (diff) |
Merge branch 'master' into hotfix/lemon/front-page-project-sanity
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r-- | pydis_site/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py index 449a343f..9b840406 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -35,7 +35,7 @@ sentry_sdk.init( dsn=env('SITE_DSN'), integrations=[DjangoIntegration()], send_default_pii=True, - release=f"pydis-site@{GIT_SHA}" + release=f"site@{GIT_SHA}" ) # Build paths inside the project like this: os.path.join(BASE_DIR, ...) |