1. from django.db import models
    
  2. 
    
  3. 
    
  4. class SomeObject(models.Model):
    
  5.     name = models.CharField(max_length=255)