EN VI
Posts (0)
Questions (2)
2024-03-12 18:00:13
Since, you have only provided one template, I'd assume you're using the same form for all of those views you mentioned. Your form action is pointing to the same url home. at {% csrf_token %} . Change...
Tags: python html django
2024-03-15 17:30:05
You can .annotate(…) [Django-doc] with: from django.db.models import Count Player.objects.annotate(score=Count('voteforplayer')) The Player objects that arise from this QuerySet will have an extra at...

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login