Hello,
Any luck on this yet?
Best Regards,
Stanwin Siow
On Jan 31, 2012, at 11:39 AM, St@n wrote:
> Hello,
>
> I am playing around with tastypie and i want to create a hierarchy of
> data.
>
> What i currently have is this:
>
>
> class keywordResource(ModelResource):
>tweets = fields
Hello,
I am playing around with tastypie and i want to create a hierarchy of
data.
What i currently have is this:
class keywordResource(ModelResource):
tweets = fields.ToManyField(timelineResource, 'tweets', full=True)
class Meta:
queryset = Keyword.objects.all()
resourc
2 matches
Mail list logo