+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:
@@ -1,3 +1,4 @@
|
||||
from django.db import models
|
||||
|
||||
# Create your models here.
|
||||
class Item(models.Model):
|
||||
text = models.TextField(default='')
|
||||
|
||||
Reference in New Issue
Block a user