kolofordjango / kolo

See everything happening in your running Django app. All without leaving VSCode
https://kolo.app
486 stars 14 forks source link

Kolo config with pyproject.toml instead of config.toml? #46

Closed ddahan closed 11 months ago

ddahan commented 1 year ago

Is there a way to config Kolo using a multi purpose pyproject.toml rather than the dedicated .kolo/config.toml?

I think this should be the preferred way. Lots of Python tools behave this way now, looking for a global config file, then falling back on local config.

wilhelmklopp commented 1 year ago

I like it 👍