Sen guys, in PHP, when I want to load a differnet page (rendering, when outputting all variables), I would use
include 'mypage.php'
This will load the page and display the results.
How do I do something like this in Django? My problem is that I have a "quick list" that lists many popular items. I want this list to appear on every page, even if I do not call the object.
any ideas?
EDIT: view is called shop.app.popular_items
dotty source share