Thanks Karen! That fixed the problem :-) On Wednesday, March 27, 2013 6:48:18 PM UTC+3, Karen Tracey wrote: > > On Wed, Mar 27, 2013 at 11:32 AM, +Emmanuel <[email protected]<javascript:> > > wrote: > >> Hello there, >> >> I am working through the django tutorial at djangoproject.com. So far >> everything works out fine until Section 2.4.6 (customizing the admin form). >> Django throws an error: *'module' has no attribute 'StackedInLine'. * >> > > Right, the L in StackedInLine should NOT be capitalized, it should be just > an initial capital letter on Inline: StackedInline >
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

