Created
March 11, 2018 14:58
-
-
Save trecouvr/d9ae2fe9065426884063b5f6ea403668 to your computer and use it in GitHub Desktop.
Django Window Function [Medium]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class PostManager(models.Manager): | |
| pass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Post(models.Model): | |
| pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment