gitenberg-dev / giten_site

django repo for running the GITenberg website
http://www.gitenberg.org
41 stars 6 forks source link

added thumbnails #30

Closed alexpfox closed 9 years ago

eshellman commented 9 years ago

ok for now but we should think about how to manage in the future. For unglue.it, we serve cover images out of s3 (using a django filefield) or from google books. gitensite could serve directly from the gitenberg repos or save in s3

sethwoodworth commented 9 years ago

Yep, auto-thumbnail generation is a feature reserved for the django MEDIA management system. (I couldn't find a plugin that would do it for staticfiles).

And we should absolutely move staticfiles and mediafiles to s3 sooner than later