PyBAQ / temii

Este repositorio contiene la aplicación web para elegir las futuras charlas del meetup de Python Barranquilla
https://temii.pybaq.co/
Other
7 stars 16 forks source link

The 'image' attribute has no file associated with it #212

Closed pyjavo closed 1 year ago

pyjavo commented 1 year ago

Pasos para reproducir el error

Detalle

Traceback: ValueError at /users/pyjavo/ In template /app/temii/templates/users/user_detail.html, error at line 12

12 | <img class="img-fluid" src="{{ object.image.url }}">

URL: http://0.0.0.0:8000/users/pyjavo/

pyjavo commented 1 year ago

Se hace la validación de si la imagen existe, pero aún persiste el error

Paso 1 - registrar nuevo usuario

register_new_user

Paso 2 - comprobar email

new_registered_user

Paso 3 - ver su perfil

new_2