-
Notifications
You must be signed in to change notification settings - Fork 30
Submissions and Participants Counts
Obada Haddad-Soussac edited this page Dec 3, 2024
·
2 revisions
After upgrading from Codabench <1.14, you will need to follow these steps to compute the submissions and participants counts on the competition pages. See this for more information
1. Migration
docker compose exec django ./manage.py migrate
2. Update counts for all competitions
Bash into django console
docker compose exec django ./manage.py shell_plus
Import and call the function
from competitions.submission_participant_counts import compute_submissions_participants_counts
compute_submissions_participants_counts()