question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Move installed plugins to options.ini and deprecate kolibri_settings.json

See original GitHub issue

Currently, we use JSON, which isn’t human friendly. This was under the assumption that ConfigParser (Python 2) and configparser (Python 3) would be terrible to try and unify. However, it turns out there’s a backport of Python 3’s configparser for Python 2:

https://pypi.python.org/pypi/configparser

@rtibbles you asked about .ini files, thanks for reminding me about this 😃

  • New ini-based configuration - introduced in #3607
  • Option for well-known + auto-enabled plugins
  • Do not store values directly for appending to INSTALLED_APPS, instead rename configuration option to PLUGINS and use module names. This avoids problems with application configs and can minimize the work done when checking if a plugin exists #1902

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:13 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
indirectlylitcommented, Nov 3, 2018

yup - you can create one yourself, if needed 😃

1reaction
rtibblescommented, Jun 1, 2018

Alas poor kolibri_settings.json, I knew him, Horatio!

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found