Django tips for real life applications(voorloopnul.com)17 points·by metmirr·7 anni fa·2 commentsvoorloopnul.comDjango tips for real life applicationshttp://voorloopnul.com/blog/django-tips-for-real-life-applications/2 commentsPost comment[–]stuntkite·7 anni fareplyI've been using Django since 0.96 and I didn't know half of the items in this article.Specifically "Rendering variables from CBV methods" and "Cache expensive computations that you need to access more than once per request."Nice. Thank you.[–]danpalmer·7 anni fareplyI’d highly recommend ccbv.co.uk as reference material for Class-based views. They’re very powerful now, but do require a fair bit of knowledge to use effectively.
Specifically "Rendering variables from CBV methods" and "Cache expensive computations that you need to access more than once per request."
Nice. Thank you.