Django tips for real life applications
voorloopnul.com
Django tips for real life applications
1–3 of 3 posts
Re: Django tips for real life applications
#2I’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.
Re: Django tips for real life applications
#3I'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.