P
P
pcdesign2017-07-09 10:22:55
Django
pcdesign, 2017-07-09 10:22:55

How to translate url into transliteration in mezzanine-cms?

In the mezzanine admin panel, a url is automatically generated from the title.
6394a4fbcdaf4c6ebd8c5b94509c729a.png
A url of the form is created:
example.com/просто-тест/
How to make it so that it turns out:
example.com/prosto-test/
?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dimonchik, 2017-07-09
@dimonchik2013

https://m5-web.com/blog/202

A
Alexander, 2017-07-10
@bergsoft

Set the non-unicode SLUGIFY setting like this:
SLUGIFY = 'django.template.defaultfilters.slugify'
https://github.com/stephenmcd/mezzanine/blob/maste...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question