From b8a5227ae46faa368f60396e268dd63312d650fd Mon Sep 17 00:00:00 2001 From: zemion Date: Mon, 6 Jul 2026 23:48:16 +0200 Subject: [PATCH] Sync Repo-README from project files --- Repo-README.-.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Repo-README.-.md b/Repo-README.-.md index ecf5aad..bebcb7c 100644 --- a/Repo-README.-.md +++ b/Repo-README.-.md @@ -1,4 +1,4 @@ - + > Mirrored from `/mnt/DATA/git/govoplan-core/README.md`. > Origin: `repository`. @@ -42,7 +42,7 @@ cd /mnt/DATA/git/govoplan-core ./.venv/bin/python -m pip install -r requirements-dev.txt ``` -Run the platform server from core through the module-aware development runner. The default config reads `ENABLED_MODULES` and discovers installed module entry points. Local development defaults to `access,admin,campaigns,files,mail`; set `ENABLED_MODULES` explicitly when testing a smaller module permutation. +Run the platform server from core through the module-aware development runner. The default config reads `ENABLED_MODULES` and discovers installed module entry points. Local development defaults to `tenancy,access,admin,policy,audit,campaigns,files,mail`; set `ENABLED_MODULES` explicitly when testing a smaller module permutation. ```bash cd /mnt/DATA/git/govoplan-core