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
440
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
570
Making a website
bennylope
4
370
Get Sh*t Done
bennylope
1
300
Other Decks in Programming
See All in Programming
Reactive Thinking with Signals and the Resource API
manfredsteyer
PRO
0
120
マンガアプリViewerの大画面対応を考える
kk__777
0
430
Vue 3.6 時代のリアクティビティ最前線 〜Vapor/alien-signals の実践とパフォーマンス最適化〜
hiranuma
2
330
はじめてのDSPy - 言語モデルを『プロンプト』ではなく『プログラミング』するための仕組み
masahiro_nishimi
4
17k
Towards Transactional Buffering of CDC Events @ Flink Forward 2025 Barcelona Spain
hpgrahsl
0
120
外接に惑わされない自システムの処理時間SLIをOpenTelemetryで実現した話
kotaro7750
0
130
Google Opalで使える37のライブラリ
mickey_kubo
3
170
Webサーバーサイド言語としてのRustについて
kouyuume
1
5k
Claude Agent SDK を使ってみよう
hyshu
0
1.4k
スキーマ駆動で、Zod OpenAPI Honoによる、API開発するために、Hono Takibiというライブラリを作っている
nakita628
0
330
Software Architecture
hschwentner
6
2.4k
コードとあなたと私の距離 / The Distance Between Code, You, and I
hiro_y
0
210
Featured
See All Featured
Designing for humans not robots
tammielis
254
26k
Testing 201, or: Great Expectations
jmmastey
46
7.7k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
9
940
Code Review Best Practice
trishagee
72
19k
The Pragmatic Product Professional
lauravandoore
36
7k
The Cult of Friendly URLs
andyhume
79
6.6k
Why You Should Never Use an ORM
jnunemaker
PRO
60
9.6k
Fireside Chat
paigeccino
41
3.7k
The Invisible Side of Design
smashingmag
302
51k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
116
20k
The Cost Of JavaScript in 2023
addyosmani
55
9.1k
What's in a price? How to price your products and services
michaelherold
246
12k
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