@simon I realized while microwaving my lunch that it would take about as much time to have Claude build me a file upload tool for my project changelogs (blogs) than it did to ask you how you solved the problem.
One model + one upload form and one list view with a clipboard snippet that gives me a markdown link was what I think I needed.
This technology is such a light bulb moment. Once we automate the git and pr parts we will soon be chatting with our repos to add features.
@webology I think I need to get over my resistance to having Django handle file uploads and forward them on to S3 - I've always preferred having my browser push content to S3 directly, but maybe in 2024 the servers I'm running apps on can handle proxying a few MBs without me need to worry about running out of server resources