Format settings after env isolation changes
This commit is contained in:
@@ -36,6 +36,7 @@ INSTALLED_APPS = [
|
||||
"mandelstudio",
|
||||
] + INSTALLED_APPS
|
||||
|
||||
|
||||
# Never allow demo-data plugins in this production project context.
|
||||
def _is_demo_data_app(app_label: str) -> bool:
|
||||
normalized = "".join(ch for ch in app_label.lower() if ch.isalnum())
|
||||
|
||||
Reference in New Issue
Block a user