About this project

stapel-profiles is a composable Django app designed for production-grade platforms. It provides core user profile functionality, including: - User profile management: Support for avatars, language preferences, and privacy settings. - Social graph: Implementation of follow and block mechanisms. - Event-driven architecture: The app integrates with a bus system, emitting a `profile.updated` event and consuming `user.deleted` and `user.deletion_initiated` events.