Hello, I'm trying to find the best approach to have multiple languages
urls on reusable apps but I can't find a good way to do it and I
couldn't find any useful information around.

I am not sure if the best is just to do something like this:

url(r'^%s/$' % _('mymultipath'),myview,name='myviewname')

or using multiple url files which violates the DRY principal

or if there's a better approach, since I don't know what happens with
the first example when we change the locale on the fly

any opinions?


Anderson
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to