# bennylope/django-organizations

:couple: Multi-user accounts for Django projects

Repository: https://github.com/bennylope/django-organizations
Canonical: https://ross.abutalabs.com/products/django-organizations
Homepage: http://django-organizations.readthedocs.org/
Language: Python
License: BSD-2-Clause
License Family: permissive
Topics: python, django, accounts, groups, multi-tenant, organisation, organization
Last push: 2026-08-17T21:49:05+00:00

## Health v2 (maintenance only)
Score: 85/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 98, release rhythm 59, longevity 100
- inputs: {"age_days": 5327, "days_push": 16, "days_rel": 61, "gap_med": 306.0, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1364, forks 223 (observed 2026-08-28T04:04:30.936441+00:00)

## What it is
A Django app that adds multi-user account and organization management to Django projects, separating individual user identity from group accounts and subscriptions. It provides invitation and registration workflows that work with any user model.

## Use cases
- add multi-tenant organization accounts to a Django app
- let users create and manage teams with invitations
- model B2B subscription accounts separate from individual users
- implement group membership and ownership in Django
- support users belonging to multiple organizations
- build social group functionality in Django

## When to choose
- you need multi-user accounts or organizations in a Django project
- you want invitation and registration flows out of the box
- you need to work with django.contrib.auth or a custom user model
- you want a mature, BSD-licensed library with long-term maintenance

## When to avoid
- your project is not built on Django
- you only need simple per-user permissions without group accounts
- you need organization features for another framework like Flask or Rails
- you require built-in billing or subscription payment processing

## Facets
- artifact type: library
- maturity: stable
- function: auth, authorization
- domain: web-development, backend, developer-tools
- platform: python
- tags: django, multi-tenant, organizations, groups, accounts, invitations, web-server

## Member repositories
- bennylope/django-organizations (main) score 85

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:30.936441+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:41:19.657015+00:00, confidence not recorded.
  - readme: https://github.com/bennylope/django-organizations (fetched 2026-08-28T04:04:30.936441+00:00, sha c1d359f72841)
  - registry_pypi: https://pypi.org/pypi/django-organizations/json (fetched 2026-08-29T11:59:12.603723+00:00, sha 1f39147aef73)
- Data as of 2026-08-30T08:39:29.467469+00:00.
