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
i think your problem in model field, try to put a default image value , like this :
PRF_image = models.ImageField(upload_to='profile_img', blank=True, null=True , default='profile_img/925667.jpg')