Beginner at Django

2023-01-14 Thread 808
Hello, I'm part of a fast paced, non lectured program. Which means, me and my peers basically are given projects to do and we have to learn everything ourselves. I barely passed Python, and have recently passed HTML/CSS, now the unit for Django starts tomorrow. I'm very worried and I'm a

Re: HOW TO OUTPUT DATA GOT FROM combined queryset IN DJANGO TEMPLATE (html file) ?

2023-01-14 Thread Hector Mwaky
1. In the windows_games view in others/views.py, you are using the filter() method on the Action and Adventure models to get the action and adventure games that have the 'os' field set to 'windows'. Then you are using the itertools.chain() function to combine the two