There's currently a lot of configuration variables in settings.py that I'd like to make more accessible (i.e. so teams can set them without searching through the code). In particular, the following:
- Theme color (and light theme color)
- Time zone
- Logo url
- Email address & password (maybe?? not sure how yet)
It'd be at something like <domain name>/team/settings. I'd need to figure out how to store these values in the database then