add vote mean and std to problem admin

This commit is contained in:
cuom1999 2022-04-04 17:04:40 -05:00
parent ce77242008
commit 30a856dcb9
3 changed files with 17 additions and 3 deletions

View file

@ -1,4 +1,5 @@
from operator import attrgetter
from math import sqrt
from django.conf import settings
from django.contrib.contenttypes.fields import GenericRelation