I have empty queryset of model Student
students = Students.objects.all()
If the above queryset is empty, then how can i get the model(class name)?
How can i get the model name for empty queryset?
EDIT:
How can i get the app name from the queryset?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…