Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
BSD 3-Clause "New" or "Revised" License
1
stars
0
forks
source link
Change out the S3 storage settings from lambdas to actual classes. #473
Open
722C opened 4 years ago
Some packages check to see if the storage is a subclass of something else. Since we have them set as lambdas right now, those packages fail.