Django and FeinCMS: A way to use the Media Library in other normal models? Django and FeinCMS: A way to use the Media Library in other normal models? django django

Django and FeinCMS: A way to use the Media Library in other normal models?


Sure -- there's nothing stopping you from adding a ForeignKey or a ManyToManyField to the MediaFile model to one of your own models. Note that you'll have a hard time limiting the media files to only images. Maybe limit_choices_to will help though.