Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created November 1, 2019 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NMZivkovic/e5813c4efc486a3dabc0c2922f6f7aab to your computer and use it in GitHub Desktop.
Save NMZivkovic/e5813c4efc486a3dabc0c2922f6f7aab to your computer and use it in GitHub Desktop.
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