django-oscar / django-oscar-api

RESTful JSON API for django-oscar
Other
363 stars 160 forks source link

File downloader module #314

Closed specialunderwear closed 1 year ago

specialunderwear commented 1 year ago

This PR cleans up tthe settings that where scattered allover oscarapi. This was needed to introduce yet another setting: FILE_DOWNLOADER_MODULE. This makes it possible to override the file downloader, so we can make a bit smarter downloaders that listen to cache headers and such. In the future a smart downloader might be contributed to oscarapi, but it needs internal testing first,