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
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
2 matches
Mail list logo