Re: Possible interest in a webcast/presentation about Django site with 40mil+ rows of data??

2011-07-03 Thread gradja
> If you're interested, please reply on-list so others can see. Count me in, and thanks to share your experience with others. Graziella -- 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@googlegro

django-mptt

2010-04-08 Thread gradja
Hello all, I try to use django-mptt, i changed my country model in order to be a tree class Country(models.Model): country_name = models.CharField(max_length=30) parent= models.ForeignKey('self', null=True, blank=True, related_name='children') def __unicode__(self): return