我有一个模型UserProfile: class UserProfile(models.Model):
db_table = 't_user_profileunique': ("A user with that display name already exists."), blank=True
return JsonResponse({'s
三天前我就学会了python django。我想从模型中删除一个字段,所以我把'#‘放在那个字段的前面。然后我再次启动了服务器,但是它给了我这样一个错误消息:“Userprofile匹配查询不存在”(Userprofile是我创建的模型)。这里是总的错误信息。Version: 2.7.3
Installed A