{"categories":[{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content/3"}],"enrichment":{"capability":"Adds multi-user group and account management to Django, letting you separate individual user identity from organizations, subscriptions, and team structures.","skillfed_tags":["django-app","multi-tenant","team-management"],"use_cases":["Build a SaaS platform where each customer is an organization with multiple team members and subscription management.","Add team/group functionality to an existing Django app so users can collaborate within named groups.","Implement role-based access control where users have different permissions within each organization they belong to.","Create a multi-tenant application where organizations are isolated business units with their own members and settings.","Set up invitation workflows so organization owners can add team members without manual user account creation."],"what_it_does":"Django Organizations is a Django app that decouples user identity from organizational membership and account structures. It provides three core models\u2014Organization, OrganizationUser, and OrganizationOwner\u2014that let you build multi-user groups, team accounts, and subscription-based structures on top of Django's built-in user model without replacing it. Users can belong to and own multiple organizations simultaneously.\n\nThe package includes ready-to-use views, URL routing, and invitation/registration backends that work for common scenarios and can be extended for custom requirements. It works with both django.contrib.auth and custom user models, requires only django and django-extensions as runtime dependencies, and is designed to be backend-agnostic for authentication, registration, and messaging. The codebase is actively maintained, tested against current Django and Python versions, and carries no known security vulnerabilities.","worth_installing":"Yes. Django Organizations is a mature, actively maintained library (Production/Stable status, 1363 GitHub stars, released 42 days ago) that solves a common Django problem\u2014multi-user groups and account separation\u2014with low install friction and no security vulnerabilities. Install it if you need to add team or subscription account structures to a Django project and want a tested, extensible foundation rather than building from scratch."},"id":"django-organizations","links":{"html":"https://skillfed.io/packages/django-organizations","md":"https://skillfed.io/packages/django-organizations.md","pypi":"https://pypi.org/project/django-organizations/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-03","license_spdx":null,"license_treatment":"permissive","name":"django-organizations","python_support":"supports_current","summary":"Group accounts for Django"},"popularity":{"monthly_downloads":88805,"position":13705,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.7.0"}
