aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/config.py
Commit message (Collapse)AuthorAgeFilesLines
* make fmtBryan Newbold2020-10-221-1/+3
|
* set up sentry exception handlingBryan Newbold2020-10-211-1/+3
|
* Upgrade Dynaconf to 3+Bruno Rocha2020-10-051-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.