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 :) i'm work on it
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 :)
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:
s1.lang=pl,s2.lang=en,s3=lang=de
how will now look :
object_list = module.get_list())
siplty it returns all (con1 and con2) all have sites with
lang=en,de,pl...