From 01c184b6552da7fa90d91f211f6fe96ebc4c84c8 Mon Sep 17 00:00:00 2001 From: Radoslav Georgiev Date: Mon, 22 Nov 2021 14:43:46 +0200 Subject: [PATCH] Add link to full `sentry.py` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f86fb5d..340b62f 100644 --- a/README.md +++ b/README.md @@ -1124,7 +1124,7 @@ if SENTRY_DSN: from sentry_sdk.integrations.celery import CeleryIntegration # ... we proceed with sentry settings here ... - # View the full file here - + # View the full file here - https://github.com/HackSoftware/Styleguide-Example/blob/master/config/settings/sentry.py ``` ### Reading from `.env`