I am trying to learn Django form the 1st tutorial on the Django project website. I might be missing something obvious but, after following all the instructions when I come
You have likely run into this bug: http://bugs.python.org/issue10042
Exactly what happens is hard to tell without debugging, bit I'd guess one of the things that should be a field isn't in this line:
self.local_fields.insert(bisect(self.local_fields, field), field)