Re: Django and Heroku Static Image Files Disappearing

2013-01-10 Thread Filip Wasilewski
Hi, On Thursday, January 10, 2013 10:14:19 PM UTC+1, That guy wrote: > > Hi there :) > > On heroku, do static images expire after some point and automatically get > deleted? > Heroku dyno file system is not persistent between restarts and you have to store your media files outside of Heroku - h

Django and Heroku Static Image Files Disappearing

2013-01-10 Thread That guy
Hi there :) On heroku, do static images expire after some point and automatically get deleted? My situation is that I retrieve images from my PostgreSQL database through a model's ImageField by setting its upload_to equal to static/images. Then, I access the images through mysitesurl.com/sta