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
On Nov 22, 2005, at 7:36 AM, Krzysztof Drozd 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.
This is best done at the view level; an object is an object and the
database shouldn't know about
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 publish it in next week??
my english is poor and ugly i know that :)