Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. objetos_list = list(MiObjeto.objects.all().values('id', 'name', 'surname',
  2. 'description', 'activated'))
  3.  
  4. objetos_list_activated = objetos_list.copy()
  5.  
  6. for objeto in objetos_list:
  7. test = objetos_list(process)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement