同问
开发者问题收集
TypeError: 'NoneType' 对象不可下标,随后出现 AttributeError: 'NoneType' 对象没有属性 'split'
使用 django。我有以下模型:class Postagem(models.Model):id = models.AutoField(primary_key=True, editable=False)descricao = models.CharField(max_length=50)area = models.ForeignKey('core.Area', null=True)user = m
python
django
split
attributeerror
nonetype
2017-09-22
«
1
»