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