django-cms / djangocms-frontend

django CMS frontend is a plugin bundle for django CMS providing several components for the frontend, currently implemented with the popular Bootstrap 5 framework.
Other
45 stars 20 forks source link

Disentangle dependencies on other django packages #25

Open fsbraun opened 2 years ago

fsbraun commented 2 years ago

Currently djangocms-frontend depends on django-filer Some projects might want to use a different way of managing resources

The Tech Committee has voted on an approach @macolo proposed swappable models in https://github.com/django-cms/django-cms/discussions/7096 at least for django-filer files and images.

Additional context Of course it would be great if djangocms packages would follow the same recipe. (Who knows an existing example?)