Is there a way or package to print Django queryset in Tabular form in python3 manage.py shell
The queryset prints like

But I want it to be printed like

Is there a way or package to print Django queryset in Tabular form in python3 manage.py shell
The queryset prints like

But I want it to be printed like

Django doesn't have this feature, but it would be easy to create a function using tabulate