Skip to content

Instantly share code, notes, and snippets.

@wunki
Created October 17, 2014 11:38
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 wunki/6fc60c0bf5f8173573a9 to your computer and use it in GitHub Desktop.
Save wunki/6fc60c0bf5f8173573a9 to your computer and use it in GitHub Desktop.
readers_last_week = Reader.objects\
.filter(completed_at__range=(previous_monday,
previous_sunday)).count()\
.distinct('user')\
.count()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment