openfun / richie

:pencil: An opensource CMS to build education portals
https://richie.education
MIT License
256 stars 80 forks source link

Custom storage moved from site factory to richie CDNManifestStaticFilesStorage #2443

Open igobranco opened 2 weeks ago

igobranco commented 2 weeks ago

Shouldn't the CDNManifestStaticFilesStorage and MediaStorage be moved to Richie directly? From: https://github.com/openfun/fun-richie-site-factory/blob/main/sites/funmooc/src/backend/base/storage.py

Another example is the cache.py https://github.com/openfun/fun-richie-site-factory/blob/main/sites/funmooc/src/backend/base/cache.py

FYI @jbpenrath