data synchronization

2010-10-06 Thread hooda_28
good day django peeps, i don't know if this is the right place to post here but im giving it a try, website A is a publishing company, then website B is an agent of website, as an agent some of the orders from website B are given to website A. both websites run in django. how will i synchronize

choices in model field error

2010-02-18 Thread hooda_28
hi im having a problem for about an hour now, i have a model class Dummy(models.Model): sell = models.CharField(max_length=20, choices=Z_CHOICES) def __unicode__(self): return u'%s' % (self.sell) where Z_CHOICES =('9 , 'ñññ'),('10' , 'ña'),('11' , "aña"),) that is dynamically