Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make fmt | Bryan Newbold | 2020-10-22 | 1 | -1/+3 |
| | |||||
* | set up sentry exception handling | Bryan Newbold | 2020-10-21 | 1 | -1/+3 |
| | |||||
* | Upgrade Dynaconf to 3+ | Bruno Rocha | 2020-10-05 | 1 | -0/+4 |
In dynaconf 3+ it is no more recommended to use `from dynaconf import settings` now the recommendation is to create your own instance of the settings object based on Dynaconf class. |