From db7b66f5b6cd84a335c0ed0648a5e5327858c288 Mon Sep 17 00:00:00 2001 From: zemion Date: Mon, 6 Jul 2026 23:45:03 +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 f829422..ecf5aad 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,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 `access,admin,campaigns,files,mail`; set `ENABLED_MODULES` explicitly when testing a smaller module permutation. ```bash cd /mnt/DATA/git/govoplan-core