10개 가져오기 Content.objects.all()[:10]
랜덤으로 10개 가져오기 import random random.sample(list(Content.objects.all()), 10)