codyswanner / Meme-Cataloger

Learning ReactJS and Django while building something that I want to use
1 stars 1 forks source link

Django Storage Class #81

Closed codyswanner closed 3 weeks ago

codyswanner commented 3 months ago

Django has a Storage class with capabilities for many file storage operations. Would this be appropriate to use for file uploads and deletions?

Django File storage API

codyswanner commented 3 weeks ago

Currently there doesn't seem to be any need for this. If the need arises, will take a look into this again.