Created
November 1, 2019 15:30
-
-
Save NMZivkovic/e5813c4efc486a3dabc0c2922f6f7aab 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
read_users = User.objects | |
for user in User.objects: | |
print("Name: {}; Age: {}; Blog: {}".format(user.name, user.age, user.blog)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment