django-cms like model translation
Hi,
-- I'm making a site using django-cms with an app hook for django shop
this is a multilanguage site, so in settings.py I have
LANGUAGES = [
('pt-br', 'Portuguese'),
('en', 'English'),
]
so when adding a page, I have two tabs, one version of the page for each language
I need to have translations for my product model also, I only found this, but this approach have two problems:
I am repeating myself on which languages I want, for each I add/remove I need to migrate, this should work like the cms pagemodel
and a minor problem of inconvenience of the user of the admin page, it would be nice to have the same interface (tab for each language)
I took a look at pagemodel.py but I failed to actually understand in order to repeat, maybe I didn't have enough coffee
any thoughts?
thanks
avraham
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home