My problem I am making a shopping mall using Django, Bootstrap I want to implement technology line break when the post becomes 4 I thought if I used col-3 and {$ for %} {% endfor %} it would be divided into four and line breaks. but not working How can i fix it? MY models My views My urls My
Tag: blogs
(django) Showing posts according to interests of users
I am pretty new to Django and still learning it, but I have to create something like medium.com. I want to show posts to users according to their interests. I added an interests field with a checkbox in a sign-up form. And of course, I added a category to the Post model. So, how can I show (to logged-in users