Django AttributeError at /accounts/profile/ 'User' object has no attribute 'get' while update profile

后端 未结 0 1167
鱼传尺愫
鱼传尺愫 2021-01-29 19:48

Hello i get the following error when i tried to add form to update description of the user profile

My models :

class Profile(models.Model):
    user = mode         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题