django query filter by category code example
Example 1: objects.filter django
>>> Entry.objects.filter(blog_id=4)
Example 2: django filter by category
pip install django-filter
>>> Entry.objects.filter(blog_id=4)
pip install django-filter