I'm introducing django. I've created a model with two fields: Clientes and Equipos.
I wanna print but with my own format, so I would like to have a list or better a dict for it.
But I don't know what "example = models.object.values()" do. I don't know if example is a list, dictionary...
I've tried with models.object.get() but it doesn't work.
thanks.