Skip to content

Instantly share code, notes, and snippets.

@garrypolley
Created March 6, 2014 01:07
Show Gist options
  • Select an option

  • Save garrypolley/9380225 to your computer and use it in GitHub Desktop.

Select an option

Save garrypolley/9380225 to your computer and use it in GitHub Desktop.
simple examples for djorm presentation
User.objects.all()
User.objects.filter(age__gt=32)
User.objects.profiles().filter(is_member=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment