This is my models.py
class Article(models.Model): title = models.CharField(max_length=100) #The title of the article # This is to count the number of u