Menu

📰
0

Reddit - Please wait for verification

Django·/u/FuzzySupport4661·3 days ago
#LTpy5GOl
Reading 0:00
15s threshold

Hello guys, I have a question regarding file handling in a Django project. I developed an ERP system, and currently all uploaded files are being stored inside the project/code server itself. As the project grows, storage management is becoming difficult. I don’t want to use cloud storage for now. What is the best way to handle files efficiently in Django in this case? - Is there a good approach for organizing local file storage? - Should I compress files before storing them? - Is converting files into JSON or another format a good idea? - Any recommendations for handling large numbers of uploads efficiently? I’d appreciate any suggestions, best practices, or real-world approaches. Thanks! submitted by /u/FuzzySupport4661 [link] [comments]

Read More