wemake-services / django-split-settings

Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files.
http://django-split-settings.rtfd.io
BSD 3-Clause "New" or "Revised" License
1.11k stars 67 forks source link

remove use of inspect.stack(), fix #532 #533

Closed bckohan closed 6 months ago

bckohan commented 6 months ago

As mentioned in #532 inspect.stack() builds frame information for the entire stack which is unnecessarily slow.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (654b1a6) to head (5fbb386). Report is 9 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #533 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 1 1 Lines 41 42 +1 Branches 7 7 ========================================= + Hits 41 42 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.