Instantly share code, notes, and snippets.
User.objects.all()
User.objects.filter(age__gt=32)
User.objects.profiles().filter(is_member=True)