dgrtwo / gleam

Creating interactive visualizations with Python
MIT License
253 stars 45 forks source link

Handle temp files properly #1

Open dodger487 opened 10 years ago

dodger487 commented 10 years ago

Periodically delete temp files so server doesn't run out of space, also need to delete images if the data or python code changes!

gggordon commented 6 years ago

Hi @dgrtwo @dodger487 . Instead of saving images to disk, I added an update which uses in memory images. Have a look at Pull Request https://github.com/dgrtwo/gleam/pull/4