Submissions and Participants count (version < 1.14.0)
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. Re-build containers¶
2. Migration¶
3. Update counts for all competitions¶
Bash into django console
Import and call the function
from competitions.submission_participant_counts import compute_submissions_participants_counts
compute_submissions_participants_counts()
4. Feature some competitions in home page¶
There are two ways to do it: 1. Use Django admin -> click the competition -> scroll down to is featured filed -> Check/Uncheck it 2. Use competition ID in the django bash to feature / unfeature a competition