Sync Repo-README from project files

2026-07-06 23:48:16 +02:00
parent 268eaa8911
commit b8a5227ae4

@@ -1,4 +1,4 @@
<!-- codex-wiki-sync:a5f7d64c884fea217e3dc34c -->
<!-- codex-wiki-sync:94dab3bb9d95f87e5ba96cff -->
> 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