Skip to content

Instantly share code, notes, and snippets.

@garindra
Created June 16, 2011 17:45
Show Gist options
  • Save garindra/1029783 to your computer and use it in GitHub Desktop.
Save garindra/1029783 to your computer and use it in GitHub Desktop.
class Users(RengoModel):
username = String(unique_key = True)
short_bio = String(cache = True)
bio = String(cache = False)
post_count = Integer(cache = True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment