Update the configuration structure
Pre-release
Pre-release
Update the configuration structure
- Remove
settings.py
andwsgi.py
fromstave
package.
Allow users to provide their own customized django settings. - Refactor the configuration logic.
Add aStaveConfig
class to manage the access/update of configuration. - Add a user-friendly interactive interface in CLI to guide users through the initial configuration process.
For more details, refer to #207.