> Try using the same pattern you' ve used with the Dvd class with the
> inner Admin class,
> like this:
>
> class Dvd(models.Model):
>      pass
>
>      class Admin:
>           pass
>
> That should solve both problems (that really are of the same issue, when
> an admin view has been activated/defined for a model, the green plus
> shortcut appears nesides the FK field area in the admin views of the models
> related to it).

Indeed Ramiro, that did the trick, thanks alot. What seems strange to
me, is that when I try to add a Dvd object, I get a "list index out of
range", which I don't see why happens.


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to