Skip to content

Tag: django

Django: Use makedirs in AWS S3

I have code that will automate CSVs and it will create a dir using makedirs with uuid dirname. The code is working on my local machine but not in S3. I am using an href to download the csv file by passing file_path in context. views.py def .. Thanks a lot! Answer For python and s3 you need to have