diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-05-16 15:44:27 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-03-23 10:07:42 +0100 |
| commit | 5dd92877d5b996ac77745ff35892f4687bfaf982 (patch) | |
| tree | 20ab5f3f43c39277b7afe9377c475c52c3f3598c /example_project/settings.py | |
| parent | 41b0f8825cabc44e05c1c9f9818e8359dccf41e6 (diff) | |
| download | Ishtar-5dd92877d5b996ac77745ff35892f4687bfaf982.tar.bz2 Ishtar-5dd92877d5b996ac77745ff35892f4687bfaf982.zip | |
🚀 Debian package: python-django-ishtar - remove redundant code in settings
Diffstat (limited to 'example_project/settings.py')
| -rw-r--r-- | example_project/settings.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index 13ba9d719..db66f2fcc 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -479,11 +479,6 @@ def filter_irrelevant_errors(event, hint): return event -try: - from custom_settings import * -except ImportError: - pass - if SENTRY_ID and sentry_sdk: sentry_integrations = [DjangoIntegration()] if USE_BACKGROUND_TASK: |
