- add django settings module documentation - use default for previously required fields BREAKING CHANGE: The API command line interface require the configuration file to be present. The default configuration file path is `/etc/airtime/airtime.conf`
515 B
515 B
Django settings
The structure of the django settings module is the following:
- the
__init__.py(libretime_api.settings) module is the django settings entrypoint. The module contains bindings between the user configuration and the django settings. Advanced users may edit this file to better integrate the LibreTime API in their setup. - the
_internal.pymodule contains application settings for django. - the
_schema.pymodule contains the schema for the user configuration parsing and validation.