Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save to storage #11

Open
ysegorov opened this issue May 26, 2016 · 0 comments
Open

Save to storage #11

ysegorov opened this issue May 26, 2016 · 0 comments

Comments

@ysegorov
Copy link

Hi, Ilya!
We were in need to keep pretty large files in cache (10Mb or larger) and actually it works with memcached and it's great 👍
At the same time somehow it depends on memcached version and stability of keeping file content in cache was an issue

So, I've decided to keep data to be put in cache at minimum and save file content to django's default storage
And I've added some helpers to allow AdminResubmitMixin to be overridden with custom cache instance if needed

I'm not sure if all of this should go to upstream - just tell me and if yes I'd be happy with pr
My modifications are here

Thank you for the library :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant