In Django, you can use the built-in SlugField to add a slug to your model. Like so: class Posts(models.Model): title = models.
確定! 回上一頁