When I do this,
>>> b = Blog.objects.all() >>> b
I get this:
>>>[,
A QuerySet is a list of objects of a given model, QuerySet allow you to read data from database