adamdoty / homebaker

A baked-goods, birthday-treat, tracking app I made for my wife.
3 stars 0 forks source link

Issue #7 cloud bucket for image storing #18

Closed adamdoty closed 2 years ago

adamdoty commented 2 years ago

Attempted to follow tut from the links. Missing the part where the user uploads the photo, aws.main is run, a url is saved and ready to be used to call the image.

bbelderbos commented 2 years ago

Sorry my bad for mixing aws.py and django-storages. I looked at the latter and linked article and it is indeed a bit confusing, after upload where would the url come from? I need to run now but on our call today we can try to solve it together going purely with aws.py using it in the view ...

bbelderbos commented 2 years ago

@adamdoty good to be merged in, we did our work on a branch off of this branch. Please merge all in and start a new branch for the next thing you're going to work on. One thing pending was the login template, I opened an issue for that.

bbelderbos commented 2 years ago

Nvm all good :)

image