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
Beyond ORM
77web
8
1.1k
Effective Signals in Angular 19+: Rules and Helpers @ngbe2024
manfredsteyer
PRO
0
140
20年もののレガシープロダクトに 0からPHPStanを入れるまで / phpcon2024
hirobe1999
0
560
Webエンジニア主体のモバイルチームの 生産性を高く保つためにやったこと
igreenwood
0
340
テストコードのガイドライン 〜作成から運用まで〜
riku929hr
5
850
Fibonacci Function Gallery - Part 1
philipschwarz
PRO
0
220
Androidアプリのモジュール分割における:x:commonを考える
okuzawats
1
170
PHPUnitしか使ってこなかった 一般PHPerがPestに乗り換えた実録
mashirou1234
0
300
命名をリントする
chiroruxx
1
430
tidymodelsによるtidyな生存時間解析 / Japan.R2024
dropout009
1
800
暇に任せてProxmoxコンソール 作ってみました
karugamo
2
730
開発者とQAの越境で自動テストが増える開発プロセスを実現する
92thunder
1
200
Featured
See All Featured
Facilitating Awesome Meetings
lara
50
6.1k
Keith and Marios Guide to Fast Websites
keithpitt
410
22k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
159
15k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
169
50k
KATA
mclloyd
29
14k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Designing Experiences People Love
moore
138
23k
jQuery: Nuts, Bolts and Bling
dougneiner
61
7.6k
Rails Girls Zürich Keynote
gr2m
94
13k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
44
9.3k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
Raft: Consensus for Rubyists
vanstee
137
6.7k
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