HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ormsaregreat

no profile record

comments

ormsaregreat
·vor 12 Monaten·discuss
Pro tip. Don't use Django migrations. Manage the database first and mirror it in orm later.
ormsaregreat
·vor 12 Monaten·discuss
Hitting the database should be avoided in a web application, and use keys as much as possible. All heavy objects should be previously cached in disk.