mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-16 10:26:16 +00:00
sonar issues
This commit is contained in:
@ -48,6 +48,7 @@ def junior_approval_mail(guardian, full_name):
|
||||
return full_name
|
||||
|
||||
def update_positions_based_on_points():
|
||||
"""Update position of the junior"""
|
||||
# First, retrieve all the JuniorPoints instances ordered by total_points in descending order.
|
||||
juniors_points = JuniorPoints.objects.order_by('-total_points')
|
||||
|
||||
|
Reference in New Issue
Block a user