inputlogic / django-api-starter

Boilerplate for starting Django DRF / API projects
2 stars 0 forks source link

Migrate file model to use file field. #87

Closed staydecent closed 3 years ago

staydecent commented 3 years ago

This way we can easily swap between local files, and S3 hosted files. Django FileField plus django-storages supports both. This gives us more flexibilty than just storing a signed URL from S3.