Django Discourse
BackendDjango-first API patterns and moderation utilities for discourse-style workloads.
- Role
- Backend
- Stack
- Django, Python
Overview
A set of Django-first API patterns for discourse-style products: threads, moderation hooks, and the permission checks that usually get bolted on too late.
The work is backend-heavy by design. The interesting part is keeping moderation rules next to the models instead of scattering them across views.