Created
August 10, 2018 00:34
-
-
Save moacirmoda/40f3247e0c0d2f5cccbd7c5d0630a115 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
for item in Person.objects.all().values('name'): | |
print(item['name']) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment