I have a Django project where there is an option for register users and they can upload an image profile, the trouble is that I want to store the image profile in Digital Ocean Spaces (is like AWS S3 bucket), but I don’t find how to configure the project for production, I have the models, the forms and the views working correctly in develop environment, I want to allow the users can upload images and then refer these images in views and templates.
I deploy the project with Digital Ocean App Platform service, a PostgreSQL database, and a Space Bucket for storage (is where I want to store the uploads). I need help, it is a project for pet shelters in my city . I truly thank you