in my case:
class Conteiner(meta.Model):
name = meta.CharField()
class META:
admin = meta.Admin()
class Site(meta.Model):
title = meta.CharField()
con = meta.ForeginKey(Conteiner)
class META:
admin = meta.Admin()
and now when i have:
con1:
s1.lang=pl,s2.lang=en,s3=lang=de
con2:
On 11/22/05, Krzysztof Drozd <[EMAIL PROTECTED]> wrote:
> can i do that with the lang field?? see:
> http://groups.google.com/group/django-developers/browse_thread/thread/3491a40d8b680ee9
> on "Multi-language support in Django" thred on this group???
Yes, that's definitely possible -- you can mak
yes, that is it :) thanks
can i do that with the lang field?? see:
http://groups.google.com/group/django-developers/browse_thread/thread/3491a40d8b680ee9
on "Multi-language support in Django" thred on this group???
if yes, then django is the best thing on the world :)
On 11/22/05, Krzysztof Drozd <[EMAIL PROTECTED]> wrote:
> it would by nice to have a new extra field in the django admin panel
> thats can work as a publish un publish poll/site/... or
> publish_on_date.
>
> now django show all stufffs in the DB, what when i have write a TEXT or
> Poll and won pub