home
to by kere
# filter elements by selected and randomize that list and take the first one.
cover_values = CoverMap.objects.filter(selected = True).order_by('?')[0]
to by nando.quintana
return (int(str(DateTime()).split('.')[1].split(' ')[0]) > 500)