Updated v3 Ideas List (markdown)

Trenton H 2025-07-08 09:23:32 -07:00
parent d5ebe7405c
commit 26b770f04b

@ -146,3 +146,9 @@
- 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)
## 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