Right. 9 times out of ten its the server not restarting which someone already mentioned. If you're new to python try using ecli
On Mar 20, 2010 10:22 AM, "Daniel Roseman" <[email protected]> wrote: On Mar 20, 1:56 pm, Ed57 <[email protected]> wrote: > Hi > > I'm just trying to learn abou... You haven't shown us your code, but my guess would be one of two issues - either the server hasn't restarted itself, in which case hit ctrl-c and do it manually; or it's an indentation issue, so that the method is being parsed as a standalone function rather than a member of the Poll class. -- DR. -- You received this message because you are subscribed to the Google Groups "Django users" group.... -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

