> I'm using using from feincms.module.medialibrary.models.MediaFile in my
> own models.
> At the moment it's admin field shows as a drop-down list with a '+' to
> open a new window to add new files (see attached image
> "current_media_inline.png")
> I'd really like to have field that uses the MediaFile inline form that
> shows up on feincms admin pages (see attached image
> "feincms_media_inline.png")
> I've been reading the feincms source to try to figure out how to get this
> working but not making progress.
> I'd really appreciate any tips on how to set this up because at the moment
> thanks
> At the moment here's my setup:
> models.py:
> from feincms.module.medialibrary.models import MediaFile
> from feincms.module.medialibrary.fields import MediaFileForeignKey
> ...
> class Foo(models.Model):
> ...
> image = MediaFileForeignKey(MediaFile, blank=True, null=True)
> ---
> I've
> --
> You received this message because you are subscribed to the Google Groups
> "Django FeinCMS" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-feincms/-/ebeK7pHkLw8J.
> To post to this group, send email to django-feincms@googlegroups.com.
> To unsubscribe from this group, send email to
> django-feincms+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-feincms?hl=en.