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

Copyright © 2021 Jogjafile Inc.
Django doesn't have this feature, but it would be easy to create a function using tabulate