Skip to content

Instantly share code, notes, and snippets.

@riteshn-niara
Created March 25, 2016 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save riteshn-niara/32d98d60154490041220 to your computer and use it in GitHub Desktop.
Save riteshn-niara/32d98d60154490041220 to your computer and use it in GitHub Desktop.
class Song
name = ndb.StringProperty()
genres = ndb.StringProperty(repeated=True)
>>> CSV >>>
song1, genre1, genre2
song2, genre3, genre4
song3, genre1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment