diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-05-16 15:44:27 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-12-12 18:31:00 +0100 |
| commit | c0259370bf20627b90b92b0347442933ba394252 (patch) | |
| tree | 04847d3d107729beaa2ba5550bbe75a360127447 | |
| parent | 039e203cd6cff6213205ab15efeb86f567281167 (diff) | |
| download | Ishtar-c0259370bf20627b90b92b0347442933ba394252.tar.bz2 Ishtar-c0259370bf20627b90b92b0347442933ba394252.zip | |
🚀 Debian package: python-django-ishtar - remove redundant code in settings
| -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 9fd0f70ef..3b59aac9e 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -470,11 +470,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: |
