Hello, I’m new to django and I’m currently going through the polls app tutorial. I plan on building a S3 file manager and was wondering if I need to have models for this. From what I understand models are basically ways to query sql database. Would it be possible to just write my boto3 functions in the views and render the returns to the templates. I wouldn’t be saving any user input. Appreciate any advice or direction anyone has.
Thanks!