summaryrefslogtreecommitdiff
path: root/jimbrella/config.py
AgeCommit message (Collapse)Author
2022-02-05Config format switched to .iniFrederick Yin
Eliminated toml from dependency list
2022-02-02Adapt core to new dbFrederick Yin
2021-11-24JForm URLs are not subpaths of jimbrella_dirFrederick Yin
2021-11-24New config entry "jimbrella_dir"Frederick Yin
Add explanation for jimbrella_dir
2021-11-23Config option accept_new_user; logoutFrederick Yin
2021-10-31Only read environment variable when it existsFrederick Yin
2021-10-31Config: read from TOML fileFrederick Yin
2021-10-22Terminology: rename "checkpoint" to "bookmark"Frederick Yin
2021-10-21Basic interfacing with jForm APIFrederick Yin
Retrieve unread answer sheets from jForm.
2021-10-20More work on web consoleFrederick Yin
2021-10-19Flask web server prototypeFrederick Yin