Add Space metadata model and provisional Forgejo content ADR

Introduce tenant-scoped Space/SpaceMembership with list and detail views.
Document markdown-in-Forgejo as content SoR (ADR-0002). Run migrations on
container start so app.coulomb.social picks up the new tables.
This commit is contained in:
tegwick 2026-08-12 01:30:05 +02:00
parent bb6bc6093a
commit be32432d39
22 changed files with 697 additions and 12 deletions

View file

@ -21,6 +21,7 @@ INSTALLED_APPS = [
"coulomb_social.apps.core",
"coulomb_social.apps.members",
"coulomb_social.apps.identity",
"coulomb_social.apps.spaces",
]
MIDDLEWARE = [