aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/config.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.