def slugify(string): return slugify_django(unidecode(force_text(string)))
def slugify(string): return slugify_django(unidecode(string))