Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
django-organizations
Search
Ben Lopatin
September 05, 2013
Programming
1
420
django-organizations
Sane group account management for Django. (DjangoCon 2013 lightning talk)
Ben Lopatin
September 05, 2013
Tweet
Share
More Decks by Ben Lopatin
See All by Ben Lopatin
This Old Pony: Working with Legacy Django Projects
bennylope
0
2.1k
Crafting [Better] API Clients
bennylope
1
1.6k
Finding the Needle (DjangoCon US 2013)
bennylope
0
2.2k
Search and Django (Django District)
bennylope
9
550
Making a website
bennylope
4
360
Get Sh*t Done
bennylope
1
280
Other Decks in Programming
See All in Programming
「今のプロジェクトいろいろ大変なんですよ、app/services とかもあって……」/After Kaigi on Rails 2024 LT Night
junk0612
5
2.2k
Jakarta EE meets AI
ivargrimstad
0
270
とにかくAWS GameDay!AWSは世界の共通言語! / Anyway, AWS GameDay! AWS is the world's lingua franca!
seike460
PRO
1
910
Amazon Qを使ってIaCを触ろう!
maruto
0
420
エンジニアとして関わる要件と仕様(公開用)
murabayashi
0
310
ActiveSupport::Notifications supporting instrumentation of Rails apps with OpenTelemetry
ymtdzzz
1
250
TypeScript Graph でコードレビューの心理的障壁を乗り越える
ysk8hori
3
1.2k
CSC509 Lecture 11
javiergs
PRO
0
180
watsonx.ai Dojo #4 生成AIを使ったアプリ開発、応用編
oniak3ibm
PRO
1
180
見せてあげますよ、「本物のLaravel批判」ってやつを。
77web
7
7.8k
Better Code Design in PHP
afilina
PRO
0
130
cmp.Or に感動した
otakakot
3
230
Featured
See All Featured
The Cult of Friendly URLs
andyhume
78
6k
The Cost Of JavaScript in 2023
addyosmani
45
6.8k
Typedesign – Prime Four
hannesfritz
40
2.4k
Code Reviewing Like a Champion
maltzj
520
39k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.1k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
900
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
28
2k
Building a Scalable Design System with Sketch
lauravandoore
459
33k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
6.8k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5k
Keith and Marios Guide to Fast Websites
keithpitt
409
22k
Transcript
django-organizations Group accounts for Django projects
User accounts are not customer accounts
None
Why not use auth.models.Group? •Group m2m isn’t adequate - control
over through fields •Messy if you’re using Groups
What’s good? •CBV mixins for managing account resources/access •Decoupled user
models •Decoupled from authentication •Configurable registration
What’s maybe not so good? •Name + slug requirement •Not
swappable/abstract
wellfire.github.io/django-organizations