5.5.2 The Test Gets Surprisingly Far: Model for list Items and associated migration
parent
d5facdfa2c
commit
ac7a1a70e1
|
@ -1,4 +1,4 @@
|
||||||
from django.db import models
|
from django.db import models
|
||||||
|
|
||||||
class Item(models.Model):
|
class Item(models.Model):
|
||||||
pass
|
text = models.TextField(default='')
|
Loading…
Reference in New Issue