mirror of
https://github.com/inventree/InvenTree.git
synced 2026-05-23 09:35:30 +00:00
b63ba4b636
* [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