1 from django.db import models
2
3 class Story(models.Model):
4 title = models.CharField(max_length=10)