From 26b770f04b9b1336870ae84467b7b2ed9492c40c Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Tue, 8 Jul 2025 09:23:32 -0700 Subject: [PATCH] Updated v3 Ideas List (markdown) --- v3-Ideas-List.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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