File Uploads not working
Migrating to django 5.0 broke file uploads.
Django deprecated the following settings in favor of
Migrating to django 5.0 broke file uploads.
Django deprecated the following settings in favor of a single `STORAGES` setting in 4.2:
- **DEFAULT_FILE_STORAGE**
- **STATICFILES_STORAGE**
This setting also applies to staticfiles - may be able to kill 2 birds with one stone here.Summary: "File Uploads not working after Django migration to version 5.0."By Mike Morton