Admin GenericTabularInline problem
I have such models:
And my adminy.py looks like:
As you can see I attach Image and Video objects to Gallery through
GalleryItem (generic relation). The problem appears when I want to
manage galleries: I want to have possibility to add images and videos
out of Gallery Admin. I could easily do it reversely - in Image Admin
- but that's not what I want.
Do I have to write some new code? i mean subclassing InlineModelAdmin?
Or it can be done in some easier way?
--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home