Advertisement
avaaren

ya

Apr 7th, 2020
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. class ResultView(TemplateView):
  2.  
  3.     def get(self, request):
  4.         obj = GameSession.objects.filter(user=request.user)[:1]
  5.  
  6. # Where get context data needed?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement