Hacker News new | ask | show | jobs
by corvus-cornix 1341 days ago
I'm sure I've seen the opposite of this recommended: https://www.django-antipatterns.com/antipattern/over-use-of-... Why pass objects with DB access into a template? I guess some people enjoy debugging templates and n+1 problems. (edited)