[Django]-Building a custom ZIP file in Django

5👍

Using zipfile with StringIO will allow you to create a zip file in memory that you can later send to the client.

Leave a comment