Django filter count()

2021. 4. 4. 16:05파이썬/Django

data = Trained_Image.objects.filter(file__iregex=r'kor2.*exp0.tif').count()

결과는 그냥 숫자로 나옴