Skip to content

Instantly share code, notes, and snippets.

@kyle-eshares
Created October 15, 2016 18:24
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 kyle-eshares/29203fb45b836dcb56f30d79890c5d66 to your computer and use it in GitHub Desktop.
Save kyle-eshares/29203fb45b836dcb56f30d79890c5d66 to your computer and use it in GitHub Desktop.
# Get the Author's name of a Book
book = Book.objects.first()
book.author.name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment