Fix.
This commit is contained in:
parent
c574a66fbe
commit
64a5d331c5
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@
|
|||
from django.db import models
|
||||
|
||||
class StringModel(models.Model):
|
||||
getattr(field, attr) name = models.CharField(max_length=100)
|
||||
name = models.CharField(max_length=100)
|
||||
|
|
Reference in a new issue