Hacker News new | ask | show | jobs
by kyllo 4170 days ago
Yeah, you wouldn't really want to split a Django app across foreign key relationships unless you want to be doing your joins on the client side with REST API calls, which is more work than letting the ORM do it.