[Answer]-Where to put queries in Django? 18 December 2023 by thecoderscamp.com 1 They usually go in views.py. You may want to check this link to see how to make queries. aldo_vw [Answer]-How to convert python list[a,b,c,d] to [a:b, c:d] format Source:stackexchange.com