mirror of
https://github.com/inventree/InvenTree.git
synced 2026-07-30 18:32:45 +00:00
* [BUG] Duplication of "base URL" setting Fixes #3196 Adds after_safe key to settings: this action is executed after the setting is saved. The current setting object is supplied to the function as the first argument. * Add unittests * fix style * ammned allowed keys