Just a simple question really. In django when using classy based views, is there a way to lighten each view?
Some of my views are loaded with context variables linking to many query sets. I feel like this is the wrong way to go about it.
However, I require the data, just maybe not immediately upon loading the view.
Do you guys have any suggestions?