aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/config.py
Commit message (Collapse)AuthorAgeFilesLines
* start moving I18N language options to config fileBryan Newbold2022-08-121-0/+19
|
* make fmt (black 21.9b0)Bryan Newbold2021-10-271-1/+4
|
* re-style imports (isort) on all core python filesBryan Newbold2021-10-271-0/+1
|
* 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.