I have empty queryset of model Student
students = Students.objects.all()
If the above queryset is empty, then how can i get the mo
To get the model name from queryset
queryset.__dict__['model'].__name__