diff --git a/v3-Ideas-List.md b/v3-Ideas-List.md index 76f240f..70193c7 100644 --- a/v3-Ideas-List.md +++ b/v3-Ideas-List.md @@ -145,4 +145,10 @@ ## Testing Updates - Fully transition to pytest-django, pytest style and fixtures, with appropriate scopes to limit the amount of work -- Actually define and use factory-boy factories for our models (including relations) \ No newline at end of file +- Actually define and use factory-boy factories for our models (including relations) + +## Use File Storage API + +- See [reference](https://docs.djangoproject.com/en/5.2/ref/files/storage/) +- Also can change to an in-memory storage for testing, so it's a little faster maybe? +- Allows storing files elsewhere easier \ No newline at end of file