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
430
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.2k
Crafting [Better] API Clients
bennylope
1
1.7k
Finding the Needle (DjangoCon US 2013)
bennylope
0
2.3k
Search and Django (Django District)
bennylope
9
560
Making a website
bennylope
4
370
Get Sh*t Done
bennylope
1
300
Other Decks in Programming
See All in Programming
PHP 8.4の新機能「プロパティフック」から学ぶオブジェクト指向設計とリスコフの置換原則
kentaroutakeda
2
540
Elixir で IoT 開発、 Nerves なら簡単にできる!?
pojiro
1
150
Railsアプリケーションと パフォーマンスチューニング ー 秒間5万リクエストの モバイルオーダーシステムを支える事例 ー Rubyセミナー 大阪
falcon8823
4
950
GraphRAGの仕組みまるわかり
tosuri13
8
480
すべてのコンテキストを、 ユーザー価値に変える
applism118
2
800
エンジニア向け採用ピッチ資料
inusan
0
160
Composerが「依存解決」のためにどんな工夫をしているか #phpcon
o0h
PRO
1
230
Benchmark
sysong
0
270
つよそうにふるまい、つよい成果を出すのなら、つよいのかもしれない
irof
1
300
CursorはMCPを使った方が良いぞ
taigakono
1
180
ASP.NETアプリケーションのモダナイズ インフラ編
tomokusaba
1
410
LT 2025-06-30: プロダクトエンジニアの役割
yamamotok
0
450
Featured
See All Featured
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.3k
Producing Creativity
orderedlist
PRO
346
40k
Music & Morning Musume
bryan
46
6.6k
Testing 201, or: Great Expectations
jmmastey
42
7.5k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
53k
Faster Mobile Websites
deanohume
307
31k
What's in a price? How to price your products and services
michaelherold
246
12k
Documentation Writing (for coders)
carmenintech
72
4.9k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.9k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
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