Django model -- Not able to show all the objects -


am new django. question is

from a.models import customerrequest  p = customerrequest.objects.all()  print p  result: [<customerrequest: customerrequest object>] 

why result showing eventhough have lots of data inside database model. please help


Popular posts from this blog

html/hta mutiple file in audio player -

debugging - Reference - What does this error mean in PHP? -