Django The 'image' attribute has no file associated with it

后端 未结 7 944
萌比男神i
萌比男神i 2020-12-01 07:09

When a user registers for my app.I receive this error when he reaches the profile page.

The \'image\' attribute has no file associated with it.
Exception Typ         


        
7条回答
  •  一生所求
    2020-12-01 07:56

    Maybe this helps but my database didn't save on of the pictures for the object displayed on the page.

    As that object in models.py has blank=False and also I am looping through object, it constantly gave an error until I added a replacement picture in the admin for the database to render.

提交回复
热议问题