+2 new migrations in apps.dashboard; added new Item() model to dashboard.models; added ItemModelTest() to .tests; cleaned up deadspace in functional_tests

This commit is contained in:
Disco DeDisco
2025-12-31 00:26:39 -05:00
parent 822dcd3a96
commit e3fdc54ad4
5 changed files with 60 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
from django.db import models
# Create your models here.
class Item(models.Model):
text = models.TextField(default='')