Skip to content

Instantly share code, notes, and snippets.

@egitimplus
Created October 29, 2019 12:31
Show Gist options
  • Save egitimplus/6974b54a90e75ede4ce235d6e7388cc5 to your computer and use it in GitHub Desktop.
Save egitimplus/6974b54a90e75ede4ce235d6e7388cc5 to your computer and use it in GitHub Desktop.
first() ve last()
user = User.objects.first()
user.username
user.is_staff
user = User.objects.last()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment