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 must write in model.py to add a language dropdown list?

Thanks

Marco

--
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