Skip to content

Add settings + definitions and descriptions generated from a toml file - #86

Draft
MyPyDavid wants to merge 2 commits into
settingsfrom
settings+generate-from-toml
Draft

Add settings + definitions and descriptions generated from a toml file#86
MyPyDavid wants to merge 2 commits into
settingsfrom
settings+generate-from-toml

Conversation

@MyPyDavid

Copy link
Copy Markdown
Member

Im trying out something to make list of all of the settings that RDMO uses (defines in settings.py) similar to the Django docs.

  • store some manually maintained metadata file with information about each setting (here in a toml file), eg:
[settings.INSTALLED_APPS]
source = "Django"
type = "list"
description = "Lists Django applications enabled for the deployment, including RDMO, themes, and plugins."
  • have a tool that generates the markdown from this toml settings definitions file

Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
@MyPyDavid MyPyDavid self-assigned this Aug 6, 2026
@MyPyDavid MyPyDavid changed the title Settings+generate from toml Settings + define in and generate from toml Aug 6, 2026
@MyPyDavid MyPyDavid changed the title Settings + define in and generate from toml Add settings + definitions and descriptions generatable from a toml file Aug 17, 2026
@MyPyDavid MyPyDavid changed the title Add settings + definitions and descriptions generatable from a toml file Add settings + definitions and descriptions generated from a toml file Aug 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant