2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00
Philipp Fruck 31f4045465
Fix parsing dict variables from env (#4438)
* fix parsing dict variables from env

The INVENTREE_SOCIAL_PROVIDERS variable has been parsed as a string from
the environment which resulted in an attribute error as dict was the
expected variable type. To circumvent this error, parsing JSON strings
as dictionary values from the environment has been added

* add unit tests for env typecasting to dict
2023-03-03 10:47:15 +11:00
..
2023-02-26 16:36:11 +11:00
2023-03-02 08:24:31 +11:00
2023-02-26 16:36:11 +11:00
2023-03-02 13:51:52 +11:00
2023-02-25 16:52:16 +11:00
2023-02-10 10:39:57 +11:00
2023-02-25 16:52:16 +11:00