Created
June 7, 2011 22:57
-
-
Save jazztpt/1013383 to your computer and use it in GitHub Desktop.
Valentunes CardResource full=True
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class CardResource(ModelResource): | |
track_set = fields.ToManyField(TrackResource, 'track_set', full=True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment