Format settings after env isolation changes

This commit is contained in:
2026-05-10 15:55:55 +02:00
parent 6d2306645a
commit f65b6e3b48

View File

@@ -36,6 +36,7 @@ INSTALLED_APPS = [
"mandelstudio", "mandelstudio",
] + INSTALLED_APPS ] + INSTALLED_APPS
# Never allow demo-data plugins in this production project context. # Never allow demo-data plugins in this production project context.
def _is_demo_data_app(app_label: str) -> bool: def _is_demo_data_app(app_label: str) -> bool:
normalized = "".join(ch for ch in app_label.lower() if ch.isalnum()) normalized = "".join(ch for ch in app_label.lower() if ch.isalnum())