persian

Write Persian in slug and use it in address bar in django

Write Persian in slug and use it in address bar in django Question: I use django and in my models I want to write Persian in slugfield (by using utf-8 or something else) and use the slug in address of page I write this class for model: class Category(models.Model): name = models.CharField(max_length=20, unique=True) slug = …

Total answers: 4