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-03 15:02:42 +0100 |
| commit | 740397d2ae80fcf613b424ea97e0081d8af6552b (patch) | |
| tree | 67513369fbd73eca7da38ca0d1080b5f46e61f3c | |
| parent | f9ed0044294dad70323bd96ca98428e42031aa03 (diff) | |
| download | Ishtar-740397d2ae80fcf613b424ea97e0081d8af6552b.tar.bz2 Ishtar-740397d2ae80fcf613b424ea97e0081d8af6552b.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 b6fb9f295..47ff5647a 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: |
