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