5.5.2 The Test Gets Surprisingly Far: Model for list Items and associated migration

chap5
Jason Zhu 2020-11-08 22:03:59 +11:00
parent d5facdfa2c
commit ac7a1a70e1
1 changed files with 1 additions and 1 deletions

View File

@ -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='')