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.
7 lines
185 B
Python
7 lines
185 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class SpacesConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "coulomb_social.apps.spaces"
|
|
label = "spaces"
|