import json import random from .models import Picture pics=Picture.objects.order_by("?") def get_random_picture(): return pics[0].name+".webp"