diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-05-16 15:44:27 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-05-22 16:44:23 +0200 |
| commit | 32afd892195b00ff40416cdc782b4bb1f315bbc0 (patch) | |
| tree | 15630991d512bfdccde3efc123e4005bf2abccbc | |
| parent | 49aa87ae5302819dcc08c9338cd428f2f24e4cfc (diff) | |
| download | Ishtar-32afd892195b00ff40416cdc782b4bb1f315bbc0.tar.bz2 Ishtar-32afd892195b00ff40416cdc782b4bb1f315bbc0.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 2350a6863..77cd5fa43 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: |
