[–] danpalmer 6y ago ↗ I’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.
[–] stuntkite 6y ago ↗ I'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.
2 comments
[ 4.7 ms ] story [ 12.6 ms ] threadSpecifically "Rendering variables from CBV methods" and "Cache expensive computations that you need to access more than once per request."
Nice. Thank you.