how can I force the insertion of this "fascia" variable here:
fascia = input("fascia [1-9]:")
if iscritti.corso+fascia+_id==None:
...
contatore1= Iscrizione.objects.filter(corso+fascia+_id=corsi)
how can I force the insertion of this "fascia" variable here:
fascia = input("fascia [1-9]:")
if iscritti.corso+fascia+_id==None:
...
contatore1= Iscrizione.objects.filter(corso+fascia+_id=corsi)