Skip to content

Update the configuration structure

Pre-release
Pre-release
Compare
Choose a tag to compare
@mylibrar mylibrar released this 08 Sep 18:05
· 16 commits to master since this release
0f9e735

Update the configuration structure

  1. Remove settings.py and wsgi.py from stave package.
    Allow users to provide their own customized django settings.
  2. Refactor the configuration logic.
    Add a StaveConfig class to manage the access/update of configuration.
  3. Add a user-friendly interactive interface in CLI to guide users through the initial configuration process.

For more details, refer to #207.