models.py:
class Article(models.Model): title = models.CharField(\'Title\', max_length=99) slug = AutoSlugField(max_length=99, populate_from=\'title\', un