[HN Gopher] Tips for Building High-Quality Django Apps at Scale ...
       ___________________________________________________________________
        
       Tips for Building High-Quality Django Apps at Scale - DoorDash
       Engineering Blog
        
       Author : collinmanderson
       Score  : 6 points
       Date   : 2022-01-19 19:49 UTC (3 hours ago)
        
 (HTM) web link (doordash.engineering)
 (TXT) w3m dump (doordash.engineering)
        
       | collinmanderson wrote:
       | Interesting advice about just having one "app" for the entire
       | website. Makes sense to me.
       | 
       | Also, re "Avoid Fat Models":
       | 
       | > This pattern can be kind of awkward if you have some logic that
       | doesn't really need to operate on a full model instance fetched
       | from the database, but rather just needs the primary key or a
       | simplified representation stored in the cache. Additionally, if
       | you ever wish to move off the Django ORM, coupling your logic to
       | models is going to complicate that effort.
        
       ___________________________________________________________________
       (page generated 2022-01-19 23:02 UTC)