Skip to content

split settings for better overview

Bengfort requested to merge split-settings into main

I tried to split our settings. Finding categories was harder than expected. I came up with these three:

  • base: Anything that is required for castellum to work, e.g. INSTALLED_APPS
  • mail: Anything related to mail wording
  • default: things you might actually want to tweak

The lines are blurry at times. For example, I ripped apart the "internationalization" block between base and default. Same thing for "settings related to data protection notifications" (between mail and default).

Merge request reports