You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of hardcoding the list of charts in the create_all() function, it would be better to allow each user to configure the charts in the settings.cfg file.
We'll need the ability to define an arbitrary-length list of charts, which might not be easy to do with the INI file format understood by SafeConfigParser. If not, we could potentially change to TOML.
The text was updated successfully, but these errors were encountered:
Instead of hardcoding the list of charts in the
create_all()
function, it would be better to allow each user to configure the charts in thesettings.cfg
file.We'll need the ability to define an arbitrary-length list of charts, which might not be easy to do with the INI file format understood by
SafeConfigParser
. If not, we could potentially change to TOML.The text was updated successfully, but these errors were encountered: