Exemple #1
0
def slugify(string):
    return slugify_django(unidecode(force_text(string)))
Exemple #2
0
 def slugify(string):
     return slugify_django(unidecode(string))
Exemple #3
0
 def slugify(string):
     return slugify_django(unidecode(string))
Exemple #4
0
def slugify(string):
    return slugify_django(unidecode(force_text(string)))