Hello I need to route by cyrillic domain to my app How can I do that? Seems, routes don't work with unicode.
I need something like:
routes_in = (
(ur'/привет', r'/hello/default/index'),
)
Hello I need to route by cyrillic domain to my app How can I do that? Seems, routes don't work with unicode.
I need something like:
routes_in = (
(ur'/привет', r'/hello/default/index'),
)