P2JN / doit

Doit es una aplicación web que permite la gestión y el seguimiento de objetivos personales y grupales de forma sencilla, humana y amigable.
http://doit-app.azurewebsites.net/
3 stars 0 forks source link

#59-feat: Añadido nuevo endpoint para poder subir imagenes y borrarlas #107

Closed pedalopon closed 2 years ago

pedalopon commented 2 years ago

Cambios

Media

POST

curl --request POST \ --url http://127.0.0.1:8000/api/media/ \ --header 'Content-Type: multipart/form-data' \ --form file=@/home/x/Descargas/descarga.jpeg

DELETE

curl --request DELETE \ --url http://127.0.0.1:8000/api/media/62e16e64bdad01a703264add

JSnow11 commented 2 years ago

review

recibo un error al intentar subir una imagen:

image

request

curl --request POST \
  --url http://localhost:8000/api/media/ \
  --header 'Authorization: Token d9105fe24c41b8306481baae55263b8f2b7d398e' \
  --header 'Content-Type: multipart/form-data; boundary=---011000010111000001101001' \
  --header '{: ' \
  --header '}: ' \
  --form 'file=@/home/snow/Pictures/Screenshots/Screenshot from 2022-07-29 22-08-22.png'
JSnow11 commented 2 years ago

review

recibo un error al intentar subir una imagen:

image

request

curl --request POST \
  --url http://localhost:8000/api/media/ \
  --header 'Authorization: Token d9105fe24c41b8306481baae55263b8f2b7d398e' \
  --header 'Content-Type: multipart/form-data; boundary=---011000010111000001101001' \
  --header '{: ' \
  --header '}: ' \
  --form 'file=@/home/snow/Pictures/Screenshots/Screenshot from 2022-07-29 22-08-22.png'

fixed running collect static

JSnow11 commented 2 years ago

review

la imagen no es accesible image

JSnow11 commented 2 years ago

review

necesitamos exponer los archivos subidos

check:

he pusheado la version "no recomendada para produccion"

test