Hi, I am going through the tutorial, I am experienced programmer and I am learning django. Every thing was fine till the portion where you add the __unicode() methods to the classes. When I execute the Poll.objects.all() ant the command line it doesn't look any different."[<Poll: Poll object>]" just like the first python console example. I tried to run syncdb thinking this was what was missing but it didn't help. It stated that it "Creating tables ... Installing custom SQL ... Installing indexes ... Installed 0 object(s) from 0 fixture(s)"
like before but no change to the output in python. Can someone suggest something so that I can move on from this part, I worked with this some time back but was unable to utilize it. I am attempting to change that now, ao I was going back through the lessons. thanks and any help is appreciated --jerry -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.