Re: Add Language menu in Admin

2012-05-21 Thread kenneth gonsalves
On Fri, 2012-05-18 at 09:19 +0200, BadStorm wrote: > I want to add a language value to my model, to permit to user the > ability to add content in different languages that I configurated in > the > setting.py. try out djangomodeltranslation -- regards Kenneth Gonsalves -- You received this m

Add Language menu in Admin

2012-05-18 Thread BadStorm
Hi, I want to add a language value to my model, to permit to user the ability to add content in different languages that I configurated in the setting.py. If my model is defined like this: model.py class News(models.Model): content = models.TextField() language = ?? --- What I