sintonia/api/libretime_api/settings
Jonas L f5bb31e971
fix(api): static_url settings is required in dev mode (#1662)
2022-03-04 15:50:05 +02:00
..
README.md feat(api): load config using shared helpers 2022-03-02 22:03:56 +02:00
__init__.py fix(api): static_url settings is required in dev mode (#1662) 2022-03-04 15:50:05 +02:00
_internal.py fix(api): static_url settings is required in dev mode (#1662) 2022-03-04 15:50:05 +02:00
_schema.py feat(api): load config using shared helpers 2022-03-02 22:03:56 +02:00

README.md

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.py module contains application settings for django.
  • the _schema.py module contains the schema for the user configuration parsing and validation.