dancerfly / django-brambling

Event website manager, specifically designed for dance weekends or other events with multiple simultaneous tracks of classes.
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

Add file storage settings to staging environment #925

Closed melinath closed 5 years ago

melinath commented 5 years ago

The staging environment is currently not fully functional, which means we can't actually use it to verify that code is behaving reasonably. In particular, right now it's getting errors because it can't write to the filesystem. We should give it access to a staging bucket in AWS. @harrislapiroff can you set that up?

This is high priority since it is preventing us from testing before pushing to production.

harrislapiroff commented 5 years ago

mrrr I wonder if we should be using whitenoise for static files

melinath commented 5 years ago

This is resolved!