noob question about part 2 of the tutorial

2009-08-10 Thread egrommet
I've just reached http://docs.djangoproject.com/en/1.0/intro/tutorial02/#adding-related-objects in the tutorial and am trying then to follow on. I've hit the par "Remove the register() call for the Choice model. Then, edit the Poll registration code to read: class ChoiceInline(admin.StackedInlin

Re: noob question about part 2 of the tutorial

2009-08-13 Thread egrommet
be integrated in the Poll admin page now. > > On Aug 10, 11:28 am, egrommet wrote: > > > I've just > > reachedhttp://docs.djangoproject.com/en/1.0/intro/tutorial02/#adding-related... > > in the tutorial and am trying then to follow on. > > > I'v