Skip to content
Advertisement

Tag: slugify

Why do I need to use SlugField in Django?

I searched on google and found this: “SlugField is a field for storing URL slugs in a relational database. SlugField is a column defined by the Django ORM. SlugField is actually defined within the django.db.” But still, the definition sounds a little complicated to me. I don’t even know what a slug is in this context and not sure about

Advertisement