Top "Slug" questions

part of a URL that makes it more human readable or SEO-friendly, but without necessarily being required by the web server.

django.db.utils.IntegrityError: UNIQUE constraint failed: rango_category__new.slug

I'm learning Django from Tango with Django but I keep getting this error when I type: python manage.py makemigrations …

django slug
URL Slugify algorithm in C#?

So I have searched and browsed through the slug tag on SO and only found two compelling solution: Slugify and …

c# slug
How does Stack Overflow generate its SEO-friendly URLs?

What is a good complete regular expression or some other process that would take the title: How do you change …

regex language-agnostic seo friendly-url slug
Why SlugField() in Django?

Django has models.SlugField() which helps us to create some cool looking urls. My question is why specifying it as …

django slug
Django Url, Slug for Detail Page

I'm having trouble configuring my url to display a detail view. Clicking on this link: <a href='{% url …

django slug urlconf
Laravel Slugs with Str::slug

Looking at Str::slug for my frontend URL generation but just wondering how you guys go about implementing it with …

string url laravel-4 friendly-url slug
Convert string into slug with single-hyphen delimiters only

I would like to sanitize a string in to a URL so this is what I basically need: Everything must …

php regex preg-replace slug sanitization
How to create a unique slug in Django

I am trying to create a unique slug in Django so that I can access a post via a url …

django django-models slug
How to make Django slugify work properly with Unicode strings?

What can I do to prevent slugify filter from stripping out non-ASCII alphanumeric characters? (I'm using Django 1.0.2) cnprog.com has …

python django unicode django-templates slug
How can I create a friendly URL in ASP.NET MVC?

How do I generate friendly URLs within the ASP.NET MVC Framework? For example, we've got a URL that looks …

c# asp.net-mvc asp.net-mvc-routing friendly-url slug