Skip to content

Instantly share code, notes, and snippets.

@trecouvr
Created March 11, 2018 14:58
Show Gist options
  • Save trecouvr/d9ae2fe9065426884063b5f6ea403668 to your computer and use it in GitHub Desktop.
Save trecouvr/d9ae2fe9065426884063b5f6ea403668 to your computer and use it in GitHub Desktop.
Django Window Function [Medium]
class PostManager(models.Manager):
pass
class Post(models.Model):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment