Slide 1

Slide 1 text

django-organizations Group accounts for Django projects

Slide 2

Slide 2 text

User accounts are not customer accounts

Slide 3

Slide 3 text

No content

Slide 4

Slide 4 text

Why not use auth.models.Group? •Group m2m isn’t adequate - control over through fields •Messy if you’re using Groups

Slide 5

Slide 5 text

What’s good? •CBV mixins for managing account resources/access •Decoupled user models •Decoupled from authentication •Configurable registration

Slide 6

Slide 6 text

What’s maybe not so good? •Name + slug requirement •Not swappable/abstract

Slide 7

Slide 7 text

wellfire.github.io/django-organizations