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